BlobEventType Struct

Definition

The BlobEventType.

public readonly struct BlobEventType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.BlobEventType>
type BlobEventType = struct
Public Structure BlobEventType
Implements IEquatable(Of BlobEventType)
Inheritance
BlobEventType
Implements

Constructors

BlobEventType(String)

Initializes a new instance of BlobEventType.

Properties

MicrosoftStorageBlobCreated

Microsoft.Storage.BlobCreated.

MicrosoftStorageBlobDeleted

Microsoft.Storage.BlobDeleted.

Methods

Equals(BlobEventType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(BlobEventType, BlobEventType)

Determines if two BlobEventType values are the same.

Implicit(String to BlobEventType)

Converts a string to a BlobEventType.

Inequality(BlobEventType, BlobEventType)

Determines if two BlobEventType values are not the same.

Applies to