public sealed class TimespanConfig : IMessage<StorageConfig.Types.TimespanConfig>, IEquatable<StorageConfig.Types.TimespanConfig>, IDeepCloneable<StorageConfig.Types.TimespanConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class StorageConfig.Types.TimespanConfig.
Configuration of the timespan of the items to include in scanning. Currently only supported when inspecting Cloud Storage and BigQuery.
Implements
IMessage<StorageConfig.Types.TimespanConfig>, IEquatable<StorageConfig.Types.TimespanConfig>, IDeepCloneable<StorageConfig.Types.TimespanConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TimespanConfig()
public TimespanConfig()
TimespanConfig(StorageConfig.Types.TimespanConfig)
public TimespanConfig(StorageConfig.Types.TimespanConfig other)
Name | Description |
other | StorageConfig.Types.TimespanConfig |
Properties
EnableAutoPopulationOfTimespanConfig
public bool EnableAutoPopulationOfTimespanConfig { get; set; }
When the job is started by a JobTrigger we will automatically figure out a valid start_time to avoid scanning files that have not been modified since the last time the JobTrigger executed. This will be based on the time of the execution of the last run of the JobTrigger or the timespan end_time used in the last run of the JobTrigger.
Type | Description |
Boolean |
EndTime
public Timestamp EndTime { get; set; }
Exclude files, tables, or rows newer than this value. If not set, no upper time limit is applied.
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
Exclude files, tables, or rows older than this value. If not set, no lower time limit is applied.
Type | Description |
Timestamp |