Class CreatePitResponse
Inheritance
CreatePitResponse
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class CreatePitResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
|
Edit this page
View Source
CreationTime
Declaration
[DataMember(Name = "creation_time")]
public long CreationTime { get; }
Property Value
|
Edit this page
View Source
PitId
Declaration
[DataMember(Name = "pit_id")]
public string PitId { get; }
Property Value
|
Edit this page
View Source
Shards
Declaration
[DataMember(Name = "_shards")]
public ShardStatistics Shards { get; }
Property Value
Implements
Extension Methods