共用方式為


LastAccessTimeTrackingPolicy interface

上次存取時間型追蹤原則的 Blob 服務屬性。

屬性

blobType

預先定義的支援 Blob 類型的陣列。 只有 blockBlob 是支援的值。 此欄位目前為唯讀

enable

當設定為 true 時,會啟用上次存取時間型追蹤。

name

此原則的名稱。 有效值為 AccessTimeTracking。 此欄位目前為唯讀

trackingGranularityInDays

欄位會指定天數中的 Blob 物件追蹤細微性,通常應該追蹤 Blob 物件的頻率。此欄位目前為唯讀,值為 1

屬性詳細資料

blobType

預先定義的支援 Blob 類型的陣列。 只有 blockBlob 是支援的值。 此欄位目前為唯讀

blobType?: string[]

屬性值

string[]

enable

當設定為 true 時,會啟用上次存取時間型追蹤。

enable: boolean

屬性值

boolean

name

此原則的名稱。 有效值為 AccessTimeTracking。 此欄位目前為唯讀

name?: string

屬性值

string

trackingGranularityInDays

欄位會指定天數中的 Blob 物件追蹤細微性,通常應該追蹤 Blob 物件的頻率。此欄位目前為唯讀,值為 1

trackingGranularityInDays?: number

屬性值

number