MetadataEntity Class

Definition

Metadata of the data record.

public class MetadataEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.MetadataEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.MetadataEntity>
type MetadataEntity = class
    interface IJsonModel<MetadataEntity>
    interface IPersistableModel<MetadataEntity>
Public Class MetadataEntity
Implements IJsonModel(Of MetadataEntity), IPersistableModel(Of MetadataEntity)
Inheritance
MetadataEntity
Implements

Properties

CreatedOn

Created Date Time.

DeletedOn

Deleted Date time.

ResourceName

Resource name of the record.

Self

Self lookup url.

UpdatedOn

Updated Date time.

Explicit Interface Implementations

IJsonModel<MetadataEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MetadataEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MetadataEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MetadataEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MetadataEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to