Class GetPoliciesRequestParameters
Request options for GetPolicies
Inheritance
GetPoliciesRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class GetPoliciesRequestParameters : RequestParameters<GetPoliciesRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
From
The starting index from which to retrieve snapshot management policies.
Declaration
public int? From { get; set; }
Property Value
|
Edit this page
View Source
QueryStringParam
The query string to filter the returned snapshot management policies.
Declaration
public string QueryStringParam { get; set; }
Property Value
|
Edit this page
View Source
Size
The number of snapshot management policies to return.
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
SortField
The name of the field to sort the snapshot management policies by.
Declaration
public string SortField { get; set; }
Property Value
|
Edit this page
View Source
SortOrder
The order to sort the snapshot management policies.
Declaration
public string SortOrder { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
Implements
Extension Methods