Enum DatasetCondition
- Namespace
- DatabentoDotNet.Historical
- Assembly
- DatabentoDotNet.Historical.dll
The condition of a dataset on a single day.
public enum DatasetCondition
- Extension Methods
Fields
Available = 0The data is available with no known issues.
Degraded = 1The data is available, but there may be missing data or other correctness issues.
Missing = 3The data is not available.
Pending = 2The data is not yet available, but may be available soon.
Remarks
Port of upstream's DatasetCondition
(databento-rs/src/historical/metadata.rs:216-228). Received from
metadata.get_dataset_condition and never sent.