Class ShardPath
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class ShardPath
Properties
|
Edit this page
View Source
DataPath
Declaration
[DataMember(Name = "data_path")]
public string DataPath { get; }
Property Value
|
Edit this page
View Source
IsCustomDataPath
Declaration
[DataMember(Name = "is_custom_data_path")]
public bool IsCustomDataPath { get; }
Property Value
|
Edit this page
View Source
StatePath
Declaration
[DataMember(Name = "state_path")]
public string StatePath { get; }
Property Value
Extension Methods