Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.49 KB

KinesisCollectionCreationRequest.md

File metadata and controls

20 lines (15 loc) · 1.49 KB

KinesisCollectionCreationRequest

Properties

Name Type Description Notes
name str Unique identifier for collection, can contain alphanumeric or dash characters.
clustering_key [FieldPartition] Deprecated. List of clustering fields. Use CLUSTER BY clause in `field_mapping_query` instead. [optional]
description str Text describing the collection. [optional]
event_time_info EventTimeInfo [optional]
field_mapping_query FieldMappingQuery [optional]
retention_secs int Number of seconds after which data is purged, based on event time. Minimum allowable value is 3600s/1 hour. The maximum value is strictly less than 10 years. [optional]
source_download_soft_limit_bytes int Soft ingest limit for this collection. [optional]
sources [KinesisSourceWrapper] List of sources from which to ingest data [optional]
storage_compression_type str RocksDB storage compression type. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]