Class SnapshotCustomerAllClustersResult
Inheritance
SnapshotCustomerAllClustersResult
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
Declaration
[JsonProperty("customerAlias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string CustomerAlias { get; set; }
Property Value
Declaration
[JsonProperty("duration", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TimeSpan? Duration { get; set; }
Property Value
Only populated when all snapshots have finished
Declaration
[JsonProperty("endTime", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTime? EndTime { get; set; }
Property Value
Declaration
[JsonProperty("entityId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string EntityId { get; set; }
Property Value
Declaration
[JsonProperty("indicesByClusters", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public IDictionary<string, ICollection<string>> IndicesByClusters { get; set; }
Property Value
Declaration
[JsonProperty("repositoryId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RepositoryId { get; set; }
Property Value
Declaration
[JsonProperty("repositoryName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string RepositoryName { get; set; }
Property Value
Declaration
[JsonProperty("snapshotName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string SnapshotName { get; set; }
Property Value
Declaration
[JsonProperty("startTime", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public DateTime? StartTime { get; set; }
Property Value
Declaration
[JsonProperty("state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string State { get; set; }
Property Value
Declaration
[JsonProperty("tokenId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TokenId { get; set; }
Property Value
Methods
Declaration
public static SnapshotCustomerAllClustersResult FromJson(string data)
Parameters
Returns