ImportInfo Class

Definition

ImportInfo.

public class ImportInfo : System.ClientModel.Primitives.IJsonModel<Azure.Analytics.Purview.DataMap.ImportInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.Analytics.Purview.DataMap.ImportInfo>
type ImportInfo = class
    interface IJsonModel<ImportInfo>
    interface IPersistableModel<ImportInfo>
Public Class ImportInfo
Implements IJsonModel(Of ImportInfo), IPersistableModel(Of ImportInfo)
Inheritance
ImportInfo
Implements

Properties

ChildObjectName

childObjectName.

ImportStatus

importStatus.

ParentObjectName

parentObjectName.

Remarks

remarks.

Explicit Interface Implementations

IJsonModel<ImportInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ImportInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ImportInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ImportInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ImportInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to