Class PutMappingRequest<TDocument>
Inheritance
PutMappingRequest<TDocument>
Implements
IPutMappingRequest<TDocument>
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class PutMappingRequest<TDocument> : PutMappingRequest, IPutMappingRequest<TDocument>, IPutMappingRequest, ITypeMapping, IRequest<PutMappingRequestParameters>, IRequest where TDocument : class
Type Parameters
Name | Description |
---|---|
TDocument |
Constructors
| Edit this page View SourcePutMappingRequest()
/{index}/_mapping
Declaration
public PutMappingRequest()
PutMappingRequest(Indices)
/{index}/_mapping
Declaration
public PutMappingRequest(Indices index)
Parameters
Type | Name | Description |
---|---|---|
Indices | index | this parameter is required |
Properties
| Edit this page View SourceTypedSelf
Declaration
protected IPutMappingRequest<TDocument> TypedSelf { get; }
Property Value
Type | Description |
---|---|
IPutMappingRequest<TDocument> |