Class AddFeaturesToSetRequestParameters
Request options for AddFeaturesToSet
Inheritance
AddFeaturesToSetRequestParameters
Implements
Inherited Members
Namespace: OpenSearch .Net.Specification.LtrApi
Assembly: OpenSearch.Net.dll
Syntax
public class AddFeaturesToSetRequestParameters : RequestParameters<AddFeaturesToSetRequestParameters>, IRequestParameters
Properties
| Edit this page View SourceDefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Type | Description |
---|---|
Http |
Overrides
| Edit this page View SourceMerge
Whether to merge the feature list or append only.
Declaration
public bool? Merge { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Routing
Specific routing value.
Declaration
public string Routing { get; set; }
Property Value
Type | Description |
---|---|
string |
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
| Edit this page View SourceVersion
Version check to ensure feature set is modified with expected version.
Declaration
public int? Version { get; set; }
Property Value
Type | Description |
---|---|
int? |