다음을 통해 공유


BlobChangeFeedEventType type

피드 이벤트 레코드 유형을 변경합니다.

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