Data Catalog v1 API - Class EntryOverview (2.8.0)

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

Reference documentation and code samples for the Data Catalog v1 API class EntryOverview.

Entry overview fields for rich text descriptions of entries.

Inheritance

object > EntryOverview

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

EntryOverview()

public EntryOverview()

EntryOverview(EntryOverview)

public EntryOverview(EntryOverview other)
Parameter
NameDescription
otherEntryOverview

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
TypeDescription
string