StorageAsyncOperationInitiatedEventData interface

Microsoft.Storage.AsyncOperationInitiated 事件之 EventGridEvent 的 Data 屬性架構。

屬性

api

觸發此事件的 API/作業名稱。

blobType

Blob 的類型。

clientRequestId

觸發此事件之記憶體 API 作業用戶端所提供的要求識別碼。

contentLength

Blob 的大小(以位元組為單位)。 這與 Blob 的 Content-Length 標頭中傳回的內容相同。

contentType

Blob 的內容類型。 這與從 Blob 的 Content-Type 標頭中傳回的內容相同。

identity

觸發此事件之要求者的身分識別。

requestId

記憶體服務針對觸發此事件的記憶體 API 作業所產生的要求識別碼。

sequencer

不透明的字串值表示任何特定 Blob 名稱之事件的邏輯順序。 使用者可使用標準字串比較,以了解 Blob 名稱相同之兩個事件的相對順序。

storageDiagnostics

僅適用於服務。 Azure 儲存體服務偶爾包含診斷資料。 事件取用者應該忽略這個屬性。

url

通往 blob 的路徑。

屬性詳細資料

api

觸發此事件的 API/作業名稱。

api?: string

屬性值

string

blobType

Blob 的類型。

blobType?: string

屬性值

string

clientRequestId

觸發此事件之記憶體 API 作業用戶端所提供的要求識別碼。

clientRequestId?: string

屬性值

string

contentLength

Blob 的大小(以位元組為單位)。 這與 Blob 的 Content-Length 標頭中傳回的內容相同。

contentLength?: number

屬性值

number

contentType

Blob 的內容類型。 這與從 Blob 的 Content-Type 標頭中傳回的內容相同。

contentType?: string

屬性值

string

identity

觸發此事件之要求者的身分識別。

identity?: string

屬性值

string

requestId

記憶體服務針對觸發此事件的記憶體 API 作業所產生的要求識別碼。

requestId?: string

屬性值

string

sequencer

不透明的字串值表示任何特定 Blob 名稱之事件的邏輯順序。 使用者可使用標準字串比較,以了解 Blob 名稱相同之兩個事件的相對順序。

sequencer?: string

屬性值

string

storageDiagnostics

僅適用於服務。 Azure 儲存體服務偶爾包含診斷資料。 事件取用者應該忽略這個屬性。

storageDiagnostics: Record<string, any>

屬性值

Record<string, any>

url

通往 blob 的路徑。

url?: string

屬性值

string