共用方式為


StorageBlobTierChangedEventData interface

Microsoft.Storage.BlobTierChanged 事件之 EventGridEvent 的 Data 属性架構。

屬性

accessTier

Blob 的目前層。

api

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

blobType

Blob 的類型。

clientRequestId

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

contentLength

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

contentType

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

identity

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

previousTier

Blob 的上一層。

requestId

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

sequencer

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

storageDiagnostics

僅適用於服務。 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

contentType

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

contentType?: string

屬性值

string

identity

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

identity?: string

屬性值

string

previousTier

Blob 的上一層。

previousTier: 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