arcticdb.version_store.library.ReadInfoRequest
- class arcticdb.version_store.library.ReadInfoRequest(symbol: str, as_of: int | str | datetime | None = None)[source]
ReadInfoRequest is useful for batch methods like read_metadata_batch and get_description_batch, where we only need to specify the symbol and the version information. Therefore, construction of this object is only required for these batch operations.
- symbol
See read_metadata method.
- Type:
str
- as_of
See read_metadata method.
- Type:
Optional[AsOf], default=none
See also
Library.read
For documentation on the parameters.
- __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 1
Alias for field number 0