Share via


ISchemaRegistryOperations Interface

Definition

SchemaRegistryOperations operations.

public interface ISchemaRegistryOperations
type ISchemaRegistryOperations = interface
Public Interface ISchemaRegistryOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, SchemaGroup, Dictionary<String,List<String>>, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)
ListByNamespaceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all the Schema Groups in a Namespace.

ListByNamespaceWithHttpMessagesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Dictionary<String,List<String>>, CancellationToken)

Gets all the Schema Groups in a Namespace.

Extension 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