Search Results for

    Show / Hide Table of Contents

    Class SnapshotCustomerRestoreRequest

    Inheritance
    object
    SnapshotBaseRestoreRequest
    SnapshotCustomerRestoreRequest
    Inherited Members
    SnapshotBaseRestoreRequest.SnapshotName
    SnapshotBaseRestoreRequest.RepositoryName
    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 SnapshotCustomerRestoreRequest : SnapshotBaseRestoreRequest

    Properties

    CustomerAlias

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

    CustomerId

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

    RecreateSearchIndicesCluster

    Defines where searchIndices are recreated if they did not exist (not part of restored snapshot, for example)
    If null, searchIndices will be recreated on the cluster they were on when the snapshot was taken (or, if that cluster does not exist, on the default)

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

    RefillRecreatedSecondaryIndices

    Defines whether secondary indices which are missing for customer are filled or left empty

    Declaration
    [JsonProperty("refillRecreatedSecondaryIndices", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool RefillRecreatedSecondaryIndices { get; set; }
    Property Value
    bool

    ResetServiceProviders

    Declaration
    [JsonProperty("resetServiceProviders", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool ResetServiceProviders { get; set; }
    Property Value
    bool

    SkipUpdateAfterRestore

    Declaration
    [JsonProperty("skipUpdateAfterRestore", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
    public bool SkipUpdateAfterRestore { get; set; }
    Property Value
    bool

    Methods

    FromJson(string)

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

    Returns
    SnapshotCustomerRestoreRequest

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX