arcticdb.version_store.library.VersionInfo
- class arcticdb.version_store.library.VersionInfo(date: datetime, deleted: bool, snapshots: List[str])[source]
A named tuple. Descriptive information about a particular version of a symbol.
- date
Time that the version was written in UTC.
- Type:
datetime.datetime
- deleted
True if the version has been deleted and is only being kept alive via a snapshot.
- Type:
bool
- snapshots
Snapshots that refer to this version.
- Type:
List[str]
- __init__()
Methods
__init__
()count
(value, /)Return number of occurrences of value.
index
(value[, start, stop])Return first index of value.
Attributes
Alias for field number 0
Alias for field number 1
Alias for field number 2