Class DeleteComposableIndexTemplateDescriptor
Descriptor for DeleteComposableTemplate
https://opensearch.org/docs/latest/im-plugin/index-templates/#delete-a-template
Inheritance
RequestDescriptorBase<DeleteComposableIndexTemplateDescriptor, DeleteComposableIndexTemplateRequestParameters, IDeleteComposableIndexTemplateRequest>
DeleteComposableIndexTemplateDescriptor
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class DeleteComposableIndexTemplateDescriptor : RequestDescriptorBase<DeleteComposableIndexTemplateDescriptor, DeleteComposableIndexTemplateRequestParameters, IDeleteComposableIndexTemplateRequest>, IDescriptor, IDeleteComposableIndexTemplateRequest, IRequest<DeleteComposableIndexTemplateRequestParameters>, IRequest
Constructors
| Edit this page View SourceDeleteComposableIndexTemplateDescriptor()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected DeleteComposableIndexTemplateDescriptor()
DeleteComposableIndexTemplateDescriptor(Name)
/_index_template/{name}
Declaration
public DeleteComposableIndexTemplateDescriptor(Name name)
Parameters
Type | Name | Description |
---|---|---|
Name | name | this parameter is required |
Methods
| Edit this page View SourceClusterManagerTimeout(Time)
Operation timeout for connection to cluster-manager node.
Declaration
public DeleteComposableIndexTemplateDescriptor ClusterManagerTimeout(Time clustermanagertimeout)
Parameters
Type | Name | Description |
---|---|---|
Time | clustermanagertimeout |
Returns
Type | Description |
---|---|
DeleteComposableIndexTemplateDescriptor |
Remarks
Supported by OpenSearch servers of version 2.0.0 or greater.
MasterTimeout(Time)
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
Declaration
[Obsolete("Deprecated as of: 2.0.0, reason: To promote inclusive language, use 'cluster_manager_timeout' instead.")]
public DeleteComposableIndexTemplateDescriptor MasterTimeout(Time mastertimeout)
Parameters
Type | Name | Description |
---|---|---|
Time | mastertimeout |
Returns
Type | Description |
---|---|
DeleteComposableIndexTemplateDescriptor |
Timeout(Time)
Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error.
Declaration
public DeleteComposableIndexTemplateDescriptor Timeout(Time timeout)
Parameters
Type | Name | Description |
---|---|---|
Time | timeout |
Returns
Type | Description |
---|---|
DeleteComposableIndexTemplateDescriptor |