Search Results for

    Show / Hide Table of Contents

    Class AzureRepositorySettings

    Inheritance
    object
    AzureRepositorySettings
    Implements
    IAzureRepositorySettings
    IRepositorySettings
    Inherited Members
    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 AzureRepositorySettings : IAzureRepositorySettings, IRepositorySettings

    Properties

    | Edit this page View Source

    BasePath

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

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

    ChunkSize

    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
    [DataMember(Name = "chunk_size")]
    public string ChunkSize { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Compress

    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
    [DataMember(Name = "compress")]
    public bool? Compress { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Container

    Tha name of the container

    Declaration
    [DataMember(Name = "container")]
    public string Container { get; set; }
    Property Value
    Type Description
    string

    Implements

    IAzureRepositorySettings
    IRepositorySettings

    Extension Methods

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