Class PutUserRequestParameters
- Namespace
- Elasticsearch.Net
- Assembly
- Elasticsearch.Net.dll
Request options for XpackSecurityPutUser
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-users.html#security-api-put-user
public class PutUserRequestParameters : RequestParameters<PutUserRequestParameters>, IRequestParameters
- Inheritance
-
PutUserRequestParameters
- Implements
- Inherited Members
Constructors
PutUserRequestParameters()
public PutUserRequestParameters()
Properties
DefaultHttpMethod
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Refresh
If true
(the default) then refresh the affected shards to make this operation visible to search, if wait_for
then wait for a refresh
to make this operation visible to search, if false
then do nothing with refreshes.
public Refresh? Refresh { get; set; }