Class DatasetSnapshot
A snapshot of a dataset at a point in time.
public class DatasetSnapshot
- Inheritance
-
DatasetSnapshot
- Inherited Members
Properties
DatasetName
Gets or sets the dataset name.
public string DatasetName { get; set; }
Property Value
Description
Gets or sets the snapshot description.
public string? Description { get; set; }
Property Value
Hash
Gets or sets the hash for integrity verification.
public string? Hash { get; set; }
Property Value
SnapshotId
Gets or sets the snapshot ID.
public string SnapshotId { get; set; }
Property Value
SnapshotTime
Gets or sets when the snapshot was taken.
public DateTime SnapshotTime { get; set; }
Property Value
StoragePath
Gets or sets the storage path.
public string? StoragePath { get; set; }
Property Value
Version
Gets or sets the version at snapshot time.
public int Version { get; set; }