public sealed class EntryOverview : IMessage<EntryOverview>, IEquatable<EntryOverview>, IDeepCloneable<EntryOverview>, IBufferMessage, IMessage
Entry overview fields for rich text descriptions of entries.
Implements
IMessage<EntryOverview>, IEquatable<EntryOverview>, IDeepCloneable<EntryOverview>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
EntryOverview()
public EntryOverview()
EntryOverview(EntryOverview)
public EntryOverview(EntryOverview other)
Parameter | |
---|---|
Name | Description |
other | EntryOverview |
Properties
Overview
public string Overview { get; set; }
Entry overview with support for rich text.
The overview must only contain Unicode characters, and should be formatted using HTML. The maximum length is 10 MiB as this value holds HTML descriptions including encoded images. The maximum length of the text without images is 100 KiB.
Property Value | |
---|---|
Type | Description |
String |