Sdílet prostřednictvím


BlobChangeFeedEventType type

Change feed event record types.

type BlobChangeFeedEventType =
  | "UnspecifiedEventType"
  | "BlobCreated"
  | "BlobDeleted"
  | "BlobPropertiesUpdated"
  | "BlobSnapshotCreated"
  | "Control"
  | "BlobTierChanged"
  | "BlobAsyncOperationInitiated"
  | "BlobMetadataUpdated"
  | "RestorePointMarkerCreated"