Class FileSystemRepository
Inheritance
FileSystemRepository
Assembly: OpenSearch.Client.dll
Syntax
public class FileSystemRepository : IFileSystemRepository, IRepository<IFileSystemRepositorySettings>, IRepositoryWithSettings, ISnapshotRepository
Constructors
|
Edit this page
View Source
FileSystemRepository(FileSystemRepositorySettings)
Declaration
public FileSystemRepository(FileSystemRepositorySettings settings)
Parameters
Properties
|
Edit this page
View Source
Settings
Declaration
public IFileSystemRepositorySettings Settings { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
public string Type { get; }
Property Value
Implements
Extension Methods