Search Results for

    Show / Hide Table of Contents

    Interface ICreateRepositoryRequest

    Creates a snapshot repository

    Inherited Members
    IRequest<CreateRepositoryRequestParameters>.RequestParameters
    IRequest.ContentType
    IRequest.HttpMethod
    IRequest.RouteValues
    IRequest.GetUrl(IConnectionSettingsValues)
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface ICreateRepositoryRequest : IRequest<CreateRepositoryRequestParameters>, IRequest

    Properties

    | Edit this page View Source

    Repository

    The snapshot repository

    Declaration
    ISnapshotRepository Repository { get; set; }
    Property Value
    Type Description
    ISnapshotRepository
    | Edit this page View Source

    RepositoryName

    Declaration
    [IgnoreDataMember]
    Name RepositoryName { get; }
    Property Value
    Type Description
    Name

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Repository
      • RepositoryName
    • Extension Methods
    Back to top Generated by DocFX