public sealed class DataSourceExportSettings : IMessage<DataSourceExportSettings>, IEquatable<DataSourceExportSettings>, IDeepCloneable<DataSourceExportSettings>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class DataSourceExportSettings.
The export settings for a data source.
Implements
IMessageDataSourceExportSettings, IEquatableDataSourceExportSettings, IDeepCloneableDataSourceExportSettings, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
DataSourceExportSettings()
public DataSourceExportSettings()DataSourceExportSettings(DataSourceExportSettings)
public DataSourceExportSettings(DataSourceExportSettings other)| Parameter | |
|---|---|
| Name | Description |
other |
DataSourceExportSettings |
Properties
DataFreshnessTime
public Timestamp DataFreshnessTime { get; set; }Output only. The data freshness of the given export which represents the time bucket at which the latest event was exported.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
DataVolume
public long DataVolume { get; set; }Output only. The stored data volume of all the exports.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Enabled
public bool Enabled { get; set; }Required. Whether the data source is enabled for export.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LatestExportJobState
public LatestExportJobState LatestExportJobState { get; set; }Output only. The state of the latest data source export job.
| Property Value | |
|---|---|
| Type | Description |
LatestExportJobState |
|
RetentionDays
public int RetentionDays { get; set; }Required. The retention period for the data source in days.
| Property Value | |
|---|---|
| Type | Description |
int |
|