Condividi tramite


BlobChangeFeedEventType Struct

Definition

BlobChangeFeedEventType.

public readonly struct BlobChangeFeedEventType : IEquatable<Azure.Storage.Blobs.ChangeFeed.BlobChangeFeedEventType>
type BlobChangeFeedEventType = struct
Public Structure BlobChangeFeedEventType
Implements IEquatable(Of BlobChangeFeedEventType)
Inheritance
BlobChangeFeedEventType
Implements

Constructors

BlobChangeFeedEventType(String)

Constructor.

Properties

BlobAsyncOperationInitiated

Blob Async Operation Initiated.

BlobCreated

Blob Created.

BlobDeleted

Blob Deleted.

BlobPropertiesUpdated

Blob Properties Updated.

BlobSnapshotCreated

Blob Snapshot Created.

BlobTierChanged

Blob Tier Changed.

Control

Control.

RestorePointMarkerCreated

Restore Point Marker Created.

UnspecifiedEventType

Unspecified Event Type.

Methods

Equals(BlobChangeFeedEventType)

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(BlobChangeFeedEventType, BlobChangeFeedEventType)

Compares equality of two BlobChangeFeedEventType instances.

Implicit(String to BlobChangeFeedEventType)

Converts a string to a BlobChangeFeedEventType.

Inequality(BlobChangeFeedEventType, BlobChangeFeedEventType)

Compares inequality of two BlobChangeFeedEventType instances.

Applies to