public sealed class TimePartConfig : IMessage<TimePartConfig>, IEquatable<TimePartConfig>, IDeepCloneable<TimePartConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class TimePartConfig.
For use with Date, Timestamp, and TimeOfDay, extract or preserve a
portion of the value.
Implements
IMessageTimePartConfig, IEquatableTimePartConfig, IDeepCloneableTimePartConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
TimePartConfig()
public TimePartConfig()TimePartConfig(TimePartConfig)
public TimePartConfig(TimePartConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
TimePartConfig |
Properties
PartToExtract
public TimePartConfig.Types.TimePart PartToExtract { get; set; }The part of the time to keep.
| Property Value | |
|---|---|
| Type | Description |
TimePartConfigTypesTimePart |
|