Show / Hide Table of Contents

Class ImportGlossaryDetails

Import glossary from the contents of the glossary definition file.

Inheritance
object
ImportGlossaryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class ImportGlossaryDetails

Properties

GlossaryFileContents

Declaration
[JsonProperty(PropertyName = "glossaryFileContents")]
public byte[] GlossaryFileContents { get; set; }
Property Value
Type Description
byte[]

The file contents used for the import of glossary.

In this article
Back to top