Table of Contents

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 = 0

The data is available with no known issues.

Degraded = 1

The data is available, but there may be missing data or other correctness issues.

Missing = 3

The data is not available.

Pending = 2

The 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.