Class DatasetVersionInfo<T>
Information about a dataset version.
public class DatasetVersionInfo<T>
Type Parameters
TThe numeric data type used for calculations.
- Inheritance
-
DatasetVersionInfo<T>
- Inherited Members
Properties
CreatedAt
Gets or sets the creation time.
public DateTime CreatedAt { get; set; }
Property Value
Description
Gets or sets the description.
public string? Description { get; set; }
Property Value
Hash
Gets or sets the hash.
public string? Hash { get; set; }
Property Value
RecordCount
Gets or sets the record count.
public long RecordCount { get; set; }
Property Value
SizeBytes
Gets or sets the size in bytes.
public long SizeBytes { get; set; }
Property Value
Version
Gets or sets the version number.
public int Version { get; set; }
Property Value
VersionId
Gets or sets the version ID.
public string VersionId { get; set; }