ISnapshot Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.SnapshotTypeConverter))]
public interface ISnapshot : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.SnapshotTypeConverter))>]
type ISnapshot = interface
    interface IJsonSerializable
Public Interface ISnapshot
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
CompositionType

The composition type describes how the key-values within the snapshot are composed. The 'key' composition type ensures there are no two key-values containing the same key. The 'key_label' composition type ensures there are no two key-values containing the same key and label.

Created

The time that the snapshot was created.

ETag
Expire

The time that the snapshot will expire.

Filter

A list of filters used to filter the key-values included in the snapshot.

ItemsCount

The amount of key-values in the snapshot.

Link
Name

The name of the snapshot.

OperationLocation
RetentionPeriod

The amount of time, in seconds, that a snapshot will remain in the archived state before expiring. This property is only writable during the creation of a snapshot. If not specified, the default lifetime of key-value revisions will be used.

Size

The size in bytes of the snapshot.

Status

The current status of the snapshot.

SyncToken
Tag

The tags of the snapshot.

XmsRequestId

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to