Interface ICreateRequest<TDocument>
Assembly: OpenSearch.Client.dll
Syntax
public interface ICreateRequest<TDocument> : IProxyRequest, IDocumentRequest, IRequest<CreateRequestParameters>, IRequest where TDocument : class
Type Parameters
Name |
Description |
TDocument |
|
Properties
|
Edit this page
View Source
Document
Declaration
TDocument Document { get; set; }
Property Value
Type |
Description |
TDocument |
|
|
Edit this page
View Source
Id
Declaration
[IgnoreDataMember]
Id Id { get; }
Property Value
|
Edit this page
View Source
Index
Declaration
[IgnoreDataMember]
IndexName Index { get; }
Property Value
Extension Methods