ISnapshotProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.SnapshotPropertiesTypeConverter))]
public interface ISnapshotProperties : Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Models.SnapshotPropertiesTypeConverter))>]
type ISnapshotProperties = interface
    interface IJsonSerializable
Public Interface ISnapshotProperties
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

A value representing the current state of the snapshot.

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.

ProvisioningState

The provisioning state of the snapshot.

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.

Tag

The tags of the snapshot. NOTE: These are data plane tags, not Azure Resource Manager (ARM) tags.

Methods

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

Applies to