Class ComponentTemplateExistsDescriptor
Descriptor for ComponentTemplateExists
https://opensearch.org/docs/latest
Inheritance
RequestDescriptorBase<ComponentTemplateExistsDescriptor, ComponentTemplateExistsRequestParameters, IComponentTemplateExistsRequest>
ComponentTemplateExistsDescriptor
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class ComponentTemplateExistsDescriptor : RequestDescriptorBase<ComponentTemplateExistsDescriptor, ComponentTemplateExistsRequestParameters, IComponentTemplateExistsRequest>, IDescriptor, IComponentTemplateExistsRequest, IRequest<ComponentTemplateExistsRequestParameters>, IRequest
Constructors
| Edit this page View SourceComponentTemplateExistsDescriptor()
Used for serialization purposes, making sure we have a parameterless constructor
Declaration
protected ComponentTemplateExistsDescriptor()
ComponentTemplateExistsDescriptor(Name)
/_component_template/{name}
Declaration
public ComponentTemplateExistsDescriptor(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 ComponentTemplateExistsDescriptor ClusterManagerTimeout(Time clustermanagertimeout)
Parameters
Type | Name | Description |
---|---|---|
Time | clustermanagertimeout |
Returns
Type | Description |
---|---|
ComponentTemplateExistsDescriptor |
Remarks
Supported by OpenSearch servers of version 2.0.0 or greater.
Local(bool?)
If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.
Declaration
public ComponentTemplateExistsDescriptor Local(bool? local = true)
Parameters
Type | Name | Description |
---|---|---|
bool? | local |
Returns
Type | Description |
---|---|
ComponentTemplateExistsDescriptor |
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 ComponentTemplateExistsDescriptor MasterTimeout(Time mastertimeout)
Parameters
Type | Name | Description |
---|---|---|
Time | mastertimeout |
Returns
Type | Description |
---|---|
ComponentTemplateExistsDescriptor |