Class SnapshotConfiguration
GridGain database configuration. See also DataStorageConfiguration.
Inheritance
System.Object
SnapshotConfiguration
Namespace: GridGain.Core.PersistentStore
Assembly: GridGain.Core.dll
Syntax
public class SnapshotConfiguration : object
Constructors
SnapshotConfiguration()
Initializes a new instance of the SnapshotConfiguration class.
Declaration
public SnapshotConfiguration()
Fields
DefaultSnapshotsPath
Default value for SnapshotsPath property.
Declaration
public const string DefaultSnapshotsPath = null
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
SnapshotsCatalogConnectorConfiguration
Gets or sets the snapshots catalog connector configuration.
Declaration
public SnapshotsCatalogConnectorConfiguration SnapshotsCatalogConnectorConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| SnapshotsCatalogConnectorConfiguration |
SnapshotsPath
Gets or sets the snapshots path.
Declaration
public string SnapshotsPath { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |