Search Results for

    Show / Hide Table of Contents

    Class CloneSnapshotRequest

    Request for Clone

    https://opensearch.org/docs/latest

    Inheritance
    object
    RequestBase<CloneSnapshotRequestParameters>
    PlainRequestBase<CloneSnapshotRequestParameters>
    CloneSnapshotRequest
    Implements
    ICloneSnapshotRequest
    IRequest<CloneSnapshotRequestParameters>
    IRequest
    Inherited Members
    PlainRequestBase<CloneSnapshotRequestParameters>.RequestConfiguration
    PlainRequestBase<CloneSnapshotRequestParameters>.ErrorTrace
    PlainRequestBase<CloneSnapshotRequestParameters>.FilterPath
    PlainRequestBase<CloneSnapshotRequestParameters>.Human
    PlainRequestBase<CloneSnapshotRequestParameters>.Pretty
    PlainRequestBase<CloneSnapshotRequestParameters>.SourceQueryString
    RequestBase<CloneSnapshotRequestParameters>.HttpMethod
    RequestBase<CloneSnapshotRequestParameters>.RequestState
    RequestBase<CloneSnapshotRequestParameters>.ContentType
    RequestBase<CloneSnapshotRequestParameters>.ResolveUrl(RouteValues, IConnectionSettingsValues)
    RequestBase<CloneSnapshotRequestParameters>.RequestDefaults(CloneSnapshotRequestParameters)
    RequestBase<CloneSnapshotRequestParameters>.Q<TOut>(string)
    RequestBase<CloneSnapshotRequestParameters>.Q(string, object)
    RequestBase<CloneSnapshotRequestParameters>.SetAcceptHeader(string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public class CloneSnapshotRequest : PlainRequestBase<CloneSnapshotRequestParameters>, ICloneSnapshotRequest, IRequest<CloneSnapshotRequestParameters>, IRequest

    Constructors

    | Edit this page View Source

    CloneSnapshotRequest()

    Used for serialization purposes, making sure we have a parameterless constructor

    Declaration
    protected CloneSnapshotRequest()
    | Edit this page View Source

    CloneSnapshotRequest(Name, Name, Name)

    /_snapshot/{repository}/{snapshot}/_clone/{target_snapshot}

    Declaration
    public CloneSnapshotRequest(Name repository, Name snapshot, Name targetSnapshot)
    Parameters
    Type Name Description
    Name repository

    this parameter is required

    Name snapshot

    this parameter is required

    Name targetSnapshot

    this parameter is required

    Properties

    | Edit this page View Source

    ClusterManagerTimeout

    The amount of time to wait for a response from the cluster manager node. For more information about supported time units, see Common parameters.

    Declaration
    public Time ClusterManagerTimeout { get; set; }
    Property Value
    Type Description
    Time
    Remarks

    Supported by OpenSearch servers of version 2.0.0 or greater.

    | Edit this page View Source

    Indices

    The indices to clone.

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

    MasterTimeout

    Explicit operation timeout for connection to cluster-manager node.

    Declaration
    [Obsolete("Deprecated as of: 2.0.0, reason: To promote inclusive language, use `cluster_manager_timeout` instead.")]
    public Time MasterTimeout { get; set; }
    Property Value
    Type Description
    Time
    | Edit this page View Source

    Self

    Declaration
    protected ICloneSnapshotRequest Self { get; }
    Property Value
    Type Description
    ICloneSnapshotRequest

    Implements

    ICloneSnapshotRequest
    IRequest<TParameters>
    IRequest

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • CloneSnapshotRequest()
      • CloneSnapshotRequest(Name, Name, Name)
    • Properties
      • ClusterManagerTimeout
      • Indices
      • MasterTimeout
      • Self
    • Implements
    • Extension Methods
    Back to top Generated by DocFX