Class AzureRepository

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, LifecycleComponent, Releasable, Repository

    public class AzureRepository
    extends MeteredBlobStoreRepository
    Azure file system implementation of the BlobStoreRepository

    Azure file system repository supports the following settings:

    container
    Azure container name. Defaults to opensearch-snapshots
    base_path
    Specifies the path within bucket to repository data. Defaults to root directory.
    chunk_size
    Large file can be divided into chunks. This parameter specifies the chunk size. Defaults to 64mb.
    compress
    If set to true metadata files will be stored compressed. Defaults to false.