Class SingleBucketsPath
Inheritance
SingleBucketsPath
Assembly: OpenSearch.Client.dll
Syntax
public class SingleBucketsPath : IBucketsPath
Constructors
|
Edit this page
View Source
SingleBucketsPath(string)
Declaration
public SingleBucketsPath(string bucketsPath)
Parameters
Type |
Name |
Description |
string |
bucketsPath |
|
Properties
|
Edit this page
View Source
BucketsPath
Declaration
public string BucketsPath { get; }
Property Value
Operators
|
Edit this page
View Source
implicit operator SingleBucketsPath(string)
Declaration
public static implicit operator SingleBucketsPath(string bucketsPath)
Parameters
Type |
Name |
Description |
string |
bucketsPath |
|
Returns
Implements
Extension Methods