public sealed class TimePartConfig : IMessage<TimePartConfig>, IEquatable<TimePartConfig>, IDeepCloneable<TimePartConfig>, IBufferMessage, IMessageFor use with Date, Timestamp, and TimeOfDay, extract or preserve a
portion of the value.
Implements
IMessage<TimePartConfig>, IEquatable<TimePartConfig>, IDeepCloneable<TimePartConfig>, 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 |
TimePartConfig.Types.TimePart |
|