Class SnapshotResponse
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
[DataContract]
public class SnapshotResponse : ResponseBase, IResponse, IOpenSearchResponse
Properties
| Edit this page View SourceAccepted
Declaration
[DataMember(Name = "accepted")]
public bool Accepted { get; }
Property Value
Type | Description |
---|---|
bool |
Snapshot
Declaration
[DataMember(Name = "snapshot")]
public Snapshot Snapshot { get; set; }
Property Value
Type | Description |
---|---|
Snapshot |