Class PitDetail
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class PitDetail
Properties
|
Edit this page
View Source
CreationTime
Declaration
[DataMember(Name = "creation_time")]
public long CreationTime { get; }
Property Value
|
Edit this page
View Source
KeepAlive
Declaration
[DataMember(Name = "keep_alive")]
public long KeepAlive { get; }
Property Value
|
Edit this page
View Source
PitId
Declaration
[DataMember(Name = "pit_id")]
public string PitId { get; }
Property Value
Extension Methods