Search Results for

    Show / Hide Table of Contents

    Class Index

    Inheritance
    object
    Index
    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 Index

    Properties

    BusinessProcessId

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

    CustomerId

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

    IndexAlias

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

    IndexName

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

    IndexType

    Declaration
    [JsonProperty("indexType", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    [JsonConverter(typeof(StringEnumConverter))]
    public IndexType IndexType { get; set; }
    Property Value
    IndexType

    NumberOfReplicas

    Declaration
    [JsonProperty("numberOfReplicas", Required = Required.Always)]
    public int NumberOfReplicas { get; set; }
    Property Value
    int

    NumberOfRoutingShards

    Declaration
    [JsonProperty("numberOfRoutingShards", Required = Required.Always)]
    public int NumberOfRoutingShards { get; set; }
    Property Value
    int

    NumberOfShards

    Declaration
    [JsonProperty("numberOfShards", Required = Required.Always)]
    public int NumberOfShards { get; set; }
    Property Value
    int

    State

    Declaration
    [JsonProperty("state", Required = Required.Always)]
    [Required(AllowEmptyStrings = true)]
    [JsonConverter(typeof(StringEnumConverter))]
    public IndexState State { get; set; }
    Property Value
    IndexState

    Methods

    FromJson(string)

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

    Returns
    Index

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX