UpdateSnapshotRequest Class

Definition

Request body for updating a snapshot, with a combination of user defined apply scope and user specified data.

public class UpdateSnapshotRequest
type UpdateSnapshotRequest = class
Public Class UpdateSnapshotRequest
Inheritance
UpdateSnapshotRequest

Constructors

UpdateSnapshotRequest()

Initializes a new instance of the UpdateSnapshotRequest class.

UpdateSnapshotRequest(IList<Guid>, String)

Initializes a new instance of the UpdateSnapshotRequest class.

Properties

ApplyScope

Gets or sets array of the target Face subscription ids for the snapshot, specified by the user who created the snapshot when calling Snapshot - Take. For each snapshot, only subscriptions included in the applyScope of Snapshot - Take can apply it.

UserData

Gets or sets user specified data about the snapshot for any purpose. Length should not exceed 16KB.

Methods

Validate()

Validate the object.

Applies to