Share via


SchemaRegistryOperationsExtensions Class

Definition

Extension methods for SchemaRegistryOperations.

public static class SchemaRegistryOperationsExtensions
type SchemaRegistryOperationsExtensions = class
Public Module SchemaRegistryOperationsExtensions
Inheritance
SchemaRegistryOperationsExtensions

Methods

CreateOrUpdate(ISchemaRegistryOperations, String, String, String, SchemaGroup)
CreateOrUpdateAsync(ISchemaRegistryOperations, String, String, String, SchemaGroup, CancellationToken)
Delete(ISchemaRegistryOperations, String, String, String)
DeleteAsync(ISchemaRegistryOperations, String, String, String, CancellationToken)
Get(ISchemaRegistryOperations, String, String, String)
GetAsync(ISchemaRegistryOperations, String, String, String, CancellationToken)
ListByNamespace(ISchemaRegistryOperations, String, String, Nullable<Int32>, Nullable<Int32>)

Gets all the Schema Groups in a Namespace.

ListByNamespaceAsync(ISchemaRegistryOperations, String, String, Nullable<Int32>, Nullable<Int32>, CancellationToken)

Gets all the Schema Groups in a Namespace.

ListByNamespaceNext(ISchemaRegistryOperations, String)

Gets all the Schema Groups in a Namespace.

ListByNamespaceNextAsync(ISchemaRegistryOperations, String, CancellationToken)

Gets all the Schema Groups in a Namespace.

Applies to