Class ByteContentItem (3.4.0)

public sealed class ByteContentItem : IMessage<ByteContentItem>, IEquatable<ByteContentItem>, IDeepCloneable<ByteContentItem>, IBufferMessage, IMessage

Container for bytes to inspect or redact.

Inheritance

Object > ByteContentItem

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ByteContentItem()

public ByteContentItem()

ByteContentItem(ByteContentItem)

public ByteContentItem(ByteContentItem other)
Parameter
NameDescription
otherByteContentItem

Properties

Data

public ByteString Data { get; set; }

Content data to inspect or redact.

Property Value
TypeDescription
ByteString

Type

public ByteContentItem.Types.BytesType Type { get; set; }

The type of data stored in the bytes string. Default will be TEXT_UTF8.

Property Value
TypeDescription
ByteContentItem.Types.BytesType