EntityMutationResult Class

Definition

The mutation response result of entity.

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

Properties

GuidAssignments

A map of GUID assignments with entities.

MutatedEntities

The entity headers of mutated entities.

PartialUpdatedEntities

An array of entity headers that partially updated.

Explicit Interface Implementations

IJsonModel<EntityMutationResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EntityMutationResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EntityMutationResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EntityMutationResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EntityMutationResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to