Class AllocationStore
Inheritance
AllocationStore
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
|
Edit this page
View Source
Found
Declaration
[DataMember(Name = "found")]
public bool? Found { get; set; }
Property Value
|
Edit this page
View Source
InSync
Declaration
[DataMember(Name = "in_sync")]
public bool? InSync { get; set; }
Property Value
|
Edit this page
View Source
MatchingSizeInBytes
Declaration
[DataMember(Name = "matching_size_in_bytes")]
public long? MatchingSizeInBytes { get; set; }
Property Value
|
Edit this page
View Source
MatchingSyncId
Declaration
[DataMember(Name = "matching_sync_id")]
public bool? MatchingSyncId { get; set; }
Property Value
|
Edit this page
View Source
StoreException
Declaration
[DataMember(Name = "store_exception")]
public string StoreException { get; set; }
Property Value
Extension Methods