Search Results for

    Show / Hide Table of Contents

    Interface ICloneSnapshotRequest

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

    Properties

    | Edit this page View Source

    Indices

    The indices to clone.

    Declaration
    [DataMember(Name = "indices")]
    Indices Indices { get; set; }
    Property Value
    Type Description
    Indices
    | Edit this page View Source

    RepositoryName

    Declaration
    [IgnoreDataMember]
    Name RepositoryName { get; }
    Property Value
    Type Description
    Name
    | Edit this page View Source

    Snapshot

    Declaration
    [IgnoreDataMember]
    Name Snapshot { get; }
    Property Value
    Type Description
    Name
    | Edit this page View Source

    TargetSnapshot

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

    Extension Methods

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