Table of Contents

Class DatasetSnapshot

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

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

string

Description

Gets or sets the snapshot description.

public string? Description { get; set; }

Property Value

string

Hash

Gets or sets the hash for integrity verification.

public string? Hash { get; set; }

Property Value

string

SnapshotId

Gets or sets the snapshot ID.

public string SnapshotId { get; set; }

Property Value

string

SnapshotTime

Gets or sets when the snapshot was taken.

public DateTime SnapshotTime { get; set; }

Property Value

DateTime

StoragePath

Gets or sets the storage path.

public string? StoragePath { get; set; }

Property Value

string

Version

Gets or sets the version at snapshot time.

public int Version { get; set; }

Property Value

int