SCMetadataEntity Class

Definition

Metadata of the data record.

public class SCMetadataEntity : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Confluent.Models.SCMetadataEntity>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Confluent.Models.SCMetadataEntity>
type SCMetadataEntity = class
    interface IJsonModel<SCMetadataEntity>
    interface IPersistableModel<SCMetadataEntity>
Public Class SCMetadataEntity
Implements IJsonModel(Of SCMetadataEntity), IPersistableModel(Of SCMetadataEntity)
Inheritance
SCMetadataEntity
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<SCMetadataEntity>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SCMetadataEntity>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SCMetadataEntity>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SCMetadataEntity>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SCMetadataEntity>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to