DataSourceExportSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)The export settings for a data source.
Attributes |
|
|---|---|
| Name | Description |
enabled |
bool
Required. Whether the data source is enabled for export. |
retention_days |
int
Required. The retention period for the data source in days. |
latest_export_job_state |
google.cloud.chronicle_v1.types.LatestExportJobState
Output only. The state of the latest data source export job. |
data_freshness_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported. |
data_volume |
int
Output only. The stored data volume of all the exports. |