Table of Contents

Class PutRoleMappingRequestParameters

Namespace
Elasticsearch.Net
Assembly
Elasticsearch.Net.dll

Request options for XpackSecurityPutRoleMapping

https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-role-mapping.html#security-api-put-role-mapping
public class PutRoleMappingRequestParameters : RequestParameters<PutRoleMappingRequestParameters>, IRequestParameters
Inheritance
PutRoleMappingRequestParameters
Implements
Inherited Members

Constructors

PutRoleMappingRequestParameters()

public PutRoleMappingRequestParameters()

Properties

DefaultHttpMethod

public override HttpMethod DefaultHttpMethod { get; }

Property Value

HttpMethod

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; }

Property Value

Refresh?