ConfigurationSnapshot interface
快照詳細資料包括名稱、篩選、expiresOn、sizeInBytes、status、itemCount 等等
屬性
composition |
組合類型描述如何撰寫快照集內的索引鍵/值。 'key' 組合類型可確保沒有任何兩個索引鍵值包含相同的索引鍵。 'key_label' 組合類型可確保沒有任何兩個索引鍵/值包含相同的索引鍵和標籤。 |
created |
建立快照集的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
etag | 值,表示快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
expires |
快照集到期的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
filters | 篩選清單,用來篩選快照中包含的索引鍵/值。 |
item |
快照中的索引鍵/值數量。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
name | 快照集的名稱。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
retention |
快照集在過期之前會保持封存狀態的時間量,以秒為單位。 此屬性只能在建立快照集期間寫入。 如果未指定,則會使用索引鍵/值修訂的預設存留期。 |
size |
快照集的大小,以位元組為單位。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
status | 快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。 |
tags | 快照集的標記。 |
屬性詳細資料
compositionType
組合類型描述如何撰寫快照集內的索引鍵/值。 'key' 組合類型可確保沒有任何兩個索引鍵值包含相同的索引鍵。 'key_label' 組合類型可確保沒有任何兩個索引鍵/值包含相同的索引鍵和標籤。
compositionType?: string
屬性值
string
createdOn
建立快照集的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。
createdOn?: Date
屬性值
Date
etag
值,表示快照集的目前狀態。 注意:此屬性不會序列化。 它只能由伺服器填入。
etag?: string
屬性值
string
expiresOn
快照集到期的時間。 注意:此屬性不會序列化。 它只能由伺服器填入。
expiresOn?: Date
屬性值
Date
filters
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}