Class AzureRepositorySettingsDescriptor
Inheritance
AzureRepositorySettingsDescriptor
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
|
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
|
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
|
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
Implements
Extension Methods