Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DataSourceExportSettings.
The export settings for a data source.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_freshness_time
def data_freshness_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
#data_volume
def data_volume() -> ::Integer
Returns
- (::Integer) — Output only. The stored data volume of all the exports.
#enabled
def enabled() -> ::Boolean
Returns
- (::Boolean) — Required. Whether the data source is enabled for export.
#enabled=
def enabled=(value) -> ::Boolean
Parameter
- value (::Boolean) — Required. Whether the data source is enabled for export.
Returns
- (::Boolean) — Required. Whether the data source is enabled for export.
#latest_export_job_state
def latest_export_job_state() -> ::Google::Cloud::Chronicle::V1::LatestExportJobState
Returns
- (::Google::Cloud::Chronicle::V1::LatestExportJobState) — Output only. The state of the latest data source export job.
#retention_days
def retention_days() -> ::Integer
Returns
- (::Integer) — Required. The retention period for the data source in days.
#retention_days=
def retention_days=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The retention period for the data source in days.
Returns
- (::Integer) — Required. The retention period for the data source in days.