Search Results for

    Show / Hide Table of Contents

    Class AllocationStore

    Inheritance
    object
    AllocationStore
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class AllocationStore

    Properties

    | Edit this page View Source

    AllocationId

    Declaration
    [DataMember(Name = "allocation_id")]
    public string AllocationId { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Found

    Declaration
    [DataMember(Name = "found")]
    public bool? Found { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    InSync

    Declaration
    [DataMember(Name = "in_sync")]
    public bool? InSync { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    MatchingSizeInBytes

    Declaration
    [DataMember(Name = "matching_size_in_bytes")]
    public long? MatchingSizeInBytes { get; set; }
    Property Value
    Type Description
    long?
    | Edit this page View Source

    MatchingSyncId

    Declaration
    [DataMember(Name = "matching_sync_id")]
    public bool? MatchingSyncId { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    StoreException

    Declaration
    [DataMember(Name = "store_exception")]
    public string StoreException { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • AllocationId
      • Found
      • InSync
      • MatchingSizeInBytes
      • MatchingSyncId
      • StoreException
    • Extension Methods
    Back to top Generated by DocFX