Enum Delivery
- Namespace
- DatabentoDotNet.Historical
- Assembly
- DatabentoDotNet.Historical.dll
How a batch job's files are delivered once it has been processed.
public enum Delivery
- Extension Methods
Fields
Download = 0The files are downloaded from Databento, which is what
BatchClientdoes.
Remarks
Port of upstream's Delivery (batch.rs:414-418). One member, and upstream says why:
download is the only mechanism the API supports at present. It is an enum rather than an implied
constant because the API takes it as a form field and returns it on every job, so a second
mechanism would be a new member here rather than a new shape everywhere.