Search Results for

    Show / Hide Table of Contents

    Class AzureRepositorySettingsDescriptor

    Inheritance
    object
    DescriptorBase<AzureRepositorySettingsDescriptor, IAzureRepositorySettings>
    AzureRepositorySettingsDescriptor
    Implements
    IDescriptor
    IAzureRepositorySettings
    IRepositorySettings
    Inherited Members
    DescriptorBase<AzureRepositorySettingsDescriptor, IAzureRepositorySettings>.Self
    DescriptorBase<AzureRepositorySettingsDescriptor, IAzureRepositorySettings>.Assign<TValue>(TValue, Action<IAzureRepositorySettings, TValue>)
    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 AzureRepositorySettingsDescriptor : DescriptorBase<AzureRepositorySettingsDescriptor, IAzureRepositorySettings>, IDescriptor, IAzureRepositorySettings, IRepositorySettings

    Methods

    | Edit this page View Source

    BasePath(string)

    The path within the container on which to store the snapshot data.

    Declaration
    public AzureRepositorySettingsDescriptor BasePath(string basePath)
    Parameters
    Type Name Description
    string basePath
    Returns
    Type Description
    AzureRepositorySettingsDescriptor
    | Edit this page View Source

    ChunkSize(string)

    Big files can be broken down into chunks during the snapshot process, if needed. The chunk size can be specified in bytes or by using size value notation, i.e. 1g, 10m, 5k. Defaults to 64m (64m max)

    Declaration
    public AzureRepositorySettingsDescriptor ChunkSize(string chunkSize)
    Parameters
    Type Name Description
    string chunkSize
    Returns
    Type Description
    AzureRepositorySettingsDescriptor
    | Edit this page View Source

    Compress(bool?)

    When set to true metadata files are stored in compressed format. This setting doesn't affect index files that are already compressed by default. Defaults to false.

    Declaration
    public AzureRepositorySettingsDescriptor Compress(bool? compress = true)
    Parameters
    Type Name Description
    bool? compress
    Returns
    Type Description
    AzureRepositorySettingsDescriptor
    | Edit this page View Source

    Container(string)

    Tha name of the container

    Declaration
    public AzureRepositorySettingsDescriptor Container(string container)
    Parameters
    Type Name Description
    string container
    Returns
    Type Description
    AzureRepositorySettingsDescriptor

    Implements

    IDescriptor
    IAzureRepositorySettings
    IRepositorySettings

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • BasePath(string)
      • ChunkSize(string)
      • Compress(bool?)
      • Container(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX