共用方式為


ConfigurationSnapshot interface

快照詳細資料包括名稱、篩選、expiresOn、sizeInBytes、status、itemCount 等等

屬性

compositionType

組合類型描述如何撰寫快照集內的索引鍵/值。 'key' 組合類型可確保沒有任何兩個索引鍵值包含相同的索引鍵。 'key_label' 組合類型可確保沒有任何兩個索引鍵/值包含相同的索引鍵和標籤。

createdOn

建立快照集的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

etag

值,表示快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

expiresOn

快照集到期的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

filters

篩選清單,用來篩選快照中包含的索引鍵/值。

itemCount

快照中的索引鍵/值數量。 注意:此屬性不會序列化。 它只能由伺服器填入。

name

快照集的名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。

retentionPeriodInSeconds

快照集在過期之前會保持封存狀態的時間量,以秒為單位。 此屬性只能在建立快照集期間寫入。 如果未指定,則會使用索引鍵/值修訂的預設存留期。

sizeInBytes

快照集的大小,以位元組為單位。 注意:此屬性不會序列化。 它只能由伺服器填入。

status

快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

tags

快照集的標記。

屬性詳細資料

compositionType

組合類型描述如何撰寫快照集內的索引鍵/值。 'key' 組合類型可確保沒有任何兩個索引鍵值包含相同的索引鍵。 'key_label' 組合類型可確保沒有任何兩個索引鍵/值包含相同的索引鍵和標籤。

compositionType?: string

屬性值

string

createdOn

建立快照集的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

createdOn?: Date

屬性值

Date

etag

值,表示快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

etag?: string

屬性值

string

expiresOn

快照集到期的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。

expiresOn?: Date

屬性值

Date

filters

篩選清單,用來篩選快照中包含的索引鍵/值。

filters: ConfigurationSettingsFilter[]

屬性值

itemCount

快照中的索引鍵/值數量。 注意:此屬性不會序列化。 它只能由伺服器填入。

itemCount?: number

屬性值

number

name

快照集的名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。

name: string

屬性值

string

retentionPeriodInSeconds

快照集在過期之前會保持封存狀態的時間量,以秒為單位。 此屬性只能在建立快照集期間寫入。 如果未指定,則會使用索引鍵/值修訂的預設存留期。

retentionPeriodInSeconds?: number

屬性值

number

sizeInBytes

快照集的大小,以位元組為單位。 注意:此屬性不會序列化。 它只能由伺服器填入。

sizeInBytes?: number

屬性值

number

status

快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。

status?: string

屬性值

string

tags

快照集的標記。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}