obelisk.types.IngestMode¶
- class obelisk.types.IngestMode(*values)[source]¶
-
Classic Obelisk accepts three ways of submitting new data. This integrates with the concept of Streams, which is a way to process datapoints as they come in.
The default submission method is to publish both to long-term storage and stream. This IngestMode can be changed to change this default.
Does not apply to HFS
- __init__(*args, **kwds)
Methods
Attributes
- DEFAULT = 'default'¶
- STREAM_ONLY = 'stream_only'¶
- STORE_ONLY = 'store_only'¶