StorageBlobCreatedEventData interface
Microsoft.Storage.BlobCreated 事件之 EventGridEvent 的 Data 属性架構。
屬性
access |
Blob 的目前層。 |
api | 觸發此事件的 API/作業名稱。 |
blob |
Blob 的類型。 |
client |
觸發此事件之記憶體 API 作業用戶端所提供的要求識別碼。 |
content |
Blob 的大小,以位元組為單位。 這與 Blob 的 Content-Length 標頭中傳回的內容相同。 |
content |
Blob 位元組的位移。 |
content |
Blob 的內容類型。 這與從 Blob 的 Content-Type 標頭中傳回的內容相同。 |
e |
觸發此事件時 Blob 的 etag。 |
identity | 觸發此事件之要求者的身分識別。 |
request |
記憶體服務針對觸發此事件的記憶體 API 作業所產生的要求識別碼。 |
sequencer | 不透明的字串值,表示任何特定 Blob 名稱的事件邏輯序列。 用戶可以使用標準字串比較來瞭解相同 Blob 名稱上兩個事件的相對序列。 |
storage |
僅適用於服務。 Azure 記憶體服務偶爾會包含診斷數據。 事件取用者應該忽略這個屬性。 |
url | Blob 的路徑。 |
屬性詳細資料
accessTier
Blob 的目前層。
accessTier: string
屬性值
string
api
觸發此事件的 API/作業名稱。
api?: string
屬性值
string
blobType
Blob 的類型。
blobType?: string
屬性值
string
clientRequestId
觸發此事件之記憶體 API 作業用戶端所提供的要求識別碼。
clientRequestId?: string
屬性值
string
contentLength
Blob 的大小,以位元組為單位。 這與 Blob 的 Content-Length 標頭中傳回的內容相同。
contentLength?: number
屬性值
number
contentOffset
Blob 位元組的位移。
contentOffset?: number
屬性值
number
contentType
Blob 的內容類型。 這與從 Blob 的 Content-Type 標頭中傳回的內容相同。
contentType?: string
屬性值
string
eTag
觸發此事件時 Blob 的 etag。
eTag?: string
屬性值
string
identity
觸發此事件之要求者的身分識別。
identity?: string
屬性值
string
requestId
記憶體服務針對觸發此事件的記憶體 API 作業所產生的要求識別碼。
requestId?: string
屬性值
string
sequencer
不透明的字串值,表示任何特定 Blob 名稱的事件邏輯序列。 用戶可以使用標準字串比較來瞭解相同 Blob 名稱上兩個事件的相對序列。
sequencer?: string
屬性值
string
storageDiagnostics
僅適用於服務。 Azure 記憶體服務偶爾會包含診斷數據。 事件取用者應該忽略這個屬性。
storageDiagnostics?: Record<string, unknown>
屬性值
Record<string, unknown>
url
Blob 的路徑。
url?: string
屬性值
string