Search Results for

    Show / Hide Table of Contents

    Class SnapshotCustomerAllClustersResult

    Inheritance
    object
    SnapshotCustomerAllClustersResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class SnapshotCustomerAllClustersResult

    Properties

    CustomerAlias

    Declaration
    [JsonProperty("customerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string CustomerAlias { get; set; }
    Property Value
    string

    Duration

    Declaration
    [JsonProperty("duration", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public TimeSpan? Duration { get; set; }
    Property Value
    TimeSpan?

    EndTime

    Only populated when all snapshots have finished

    Declaration
    [JsonProperty("endTime", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime? EndTime { get; set; }
    Property Value
    DateTime?

    EntityId

    Declaration
    [JsonProperty("entityId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string EntityId { get; set; }
    Property Value
    string

    IndicesByClusters

    Declaration
    [JsonProperty("indicesByClusters", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public IDictionary<string, ICollection<string>> IndicesByClusters { get; set; }
    Property Value
    IDictionary<string, ICollection<string>>

    RepositoryId

    Declaration
    [JsonProperty("repositoryId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string RepositoryId { get; set; }
    Property Value
    string

    RepositoryName

    Declaration
    [JsonProperty("repositoryName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string RepositoryName { get; set; }
    Property Value
    string

    SnapshotName

    Declaration
    [JsonProperty("snapshotName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string SnapshotName { get; set; }
    Property Value
    string

    StartTime

    Declaration
    [JsonProperty("startTime", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public DateTime? StartTime { get; set; }
    Property Value
    DateTime?

    State

    Declaration
    [JsonProperty("state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string State { get; set; }
    Property Value
    string

    TokenId

    Declaration
    [JsonProperty("tokenId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public string TokenId { get; set; }
    Property Value
    string

    Methods

    FromJson(string)

    Declaration
    public static SnapshotCustomerAllClustersResult FromJson(string data)
    Parameters
    string data

    Returns
    SnapshotCustomerAllClustersResult

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX