ConfluentListMetadata Class

Definition

Metadata of the list.

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

Properties

First

First page of the list.

Last

Last page of the list.

Next

Next page of the list.

Prev

Previous page of the list.

TotalSize

Total size of the list.

Explicit Interface Implementations

IJsonModel<ConfluentListMetadata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ConfluentListMetadata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConfluentListMetadata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConfluentListMetadata>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ConfluentListMetadata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to