Table of Contents

Class PostLicenseRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for XpackLicensePost

https://www.elastic.co/guide/en/x-pack/current/license-management.html
public class PostLicenseRequestParameters : RequestParameters<PostLicenseRequestParameters>, IRequestParameters
Inheritance
PostLicenseRequestParameters
Implements
Inherited Members

Constructors

PostLicenseRequestParameters()

public PostLicenseRequestParameters()

Properties

Acknowledge

whether the user has acknowledged acknowledge messages (default: false)

public bool? Acknowledge { get; set; }

Property Value

bool?

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod