Interface ICreateRepositoryRequest
Creates a snapshot repository
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ICreateRepositoryRequest : IRequest<CreateRepositoryRequestParameters>, IRequest
Properties
| Edit this page View SourceRepository
The snapshot repository
Declaration
ISnapshotRepository Repository { get; set; }
Property Value
Type | Description |
---|---|
ISnapshotRepository |
RepositoryName
Declaration
[IgnoreDataMember]
Name RepositoryName { get; }
Property Value
Type | Description |
---|---|
Name |