Class GetLicenseRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for XpackLicenseGet
https://www.elastic.co/guide/en/x-pack/current/license-management.html
public class GetLicenseRequestParameters : RequestParameters<GetLicenseRequestParameters>, IRequestParameters
- Inheritance
-
GetLicenseRequestParameters
- Implements
- Inherited Members
Constructors
GetLicenseRequestParameters()
public GetLicenseRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Local
Return local information, do not retrieve the state from master node (default: false)
public bool? Local { get; set; }
Property Value
- bool?