65 строки
4.1 KiB
YAML
65 строки
4.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.data.schemaregistry.models.SchemaRegistrySchema"
|
|
fullName: "com.azure.data.schemaregistry.models.SchemaRegistrySchema"
|
|
name: "SchemaRegistrySchema"
|
|
nameWithType: "SchemaRegistrySchema"
|
|
summary: "Represents a schema in Schema Registry."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SchemaRegistrySchema**"
|
|
constructors:
|
|
- uid: "com.azure.data.schemaregistry.models.SchemaRegistrySchema.SchemaRegistrySchema(com.azure.data.schemaregistry.models.SchemaProperties,java.lang.String)"
|
|
fullName: "com.azure.data.schemaregistry.models.SchemaRegistrySchema.SchemaRegistrySchema(SchemaProperties properties, String definition)"
|
|
name: "SchemaRegistrySchema(SchemaProperties properties, String definition)"
|
|
nameWithType: "SchemaRegistrySchema.SchemaRegistrySchema(SchemaProperties properties, String definition)"
|
|
summary: "Creates a new instance."
|
|
parameters:
|
|
- description: "Schema's properties."
|
|
name: "properties"
|
|
type: "<xref href=\"com.azure.data.schemaregistry.models.SchemaProperties?alt=com.azure.data.schemaregistry.models.SchemaProperties&text=SchemaProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The contents of the schema."
|
|
name: "definition"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SchemaRegistrySchema(SchemaProperties properties, String definition)"
|
|
desc: "Creates a new instance."
|
|
methods:
|
|
- uid: "com.azure.data.schemaregistry.models.SchemaRegistrySchema.getDefinition()"
|
|
fullName: "com.azure.data.schemaregistry.models.SchemaRegistrySchema.getDefinition()"
|
|
name: "getDefinition()"
|
|
nameWithType: "SchemaRegistrySchema.getDefinition()"
|
|
summary: "Gets the content of the schema."
|
|
syntax: "public String getDefinition()"
|
|
desc: "Gets the content of the schema."
|
|
returns:
|
|
description: "The content of the schema."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.data.schemaregistry.models.SchemaRegistrySchema.getProperties()"
|
|
fullName: "com.azure.data.schemaregistry.models.SchemaRegistrySchema.getProperties()"
|
|
name: "getProperties()"
|
|
nameWithType: "SchemaRegistrySchema.getProperties()"
|
|
summary: "Gets properties related to the schema."
|
|
syntax: "public SchemaProperties getProperties()"
|
|
desc: "Gets properties related to the schema."
|
|
returns:
|
|
description: "Properties of the schema."
|
|
type: "<xref href=\"com.azure.data.schemaregistry.models.SchemaProperties?alt=com.azure.data.schemaregistry.models.SchemaProperties&text=SchemaProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Represents a schema in Schema Registry."
|
|
metadata: {}
|
|
package: "com.azure.data.schemaregistry.models"
|
|
artifact: com.azure:azure-data-schemaregistry:1.4.9
|