azure-docs-sdk-java/docs-ref-autogen/com.azure.data.schemaregist...

95 строки
5.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.data.schemaregistry.models.SchemaProperties"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties"
name: "SchemaProperties"
nameWithType: "SchemaProperties"
summary: "Stores properties of a schema stored 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 **SchemaProperties**"
constructors:
- uid: "com.azure.data.schemaregistry.models.SchemaProperties.SchemaProperties(java.lang.String,com.azure.data.schemaregistry.models.SchemaFormat)"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties.SchemaProperties(String id, SchemaFormat format)"
name: "SchemaProperties(String id, SchemaFormat format)"
nameWithType: "SchemaProperties.SchemaProperties(String id, SchemaFormat format)"
summary: "Initializes a new instance."
parameters:
- description: "The schema id."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The type of schema, e.g. avro, json."
name: "format"
type: "<xref href=\"com.azure.data.schemaregistry.models.SchemaFormat?alt=com.azure.data.schemaregistry.models.SchemaFormat&text=SchemaFormat\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SchemaProperties(String id, SchemaFormat format)"
desc: "Initializes a new instance."
methods:
- uid: "com.azure.data.schemaregistry.models.SchemaProperties.getFormat()"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties.getFormat()"
name: "getFormat()"
nameWithType: "SchemaProperties.getFormat()"
summary: "The format of this schema."
syntax: "public SchemaFormat getFormat()"
desc: "The format of this schema."
returns:
description: "The format associated with the schema payload."
type: "<xref href=\"com.azure.data.schemaregistry.models.SchemaFormat?alt=com.azure.data.schemaregistry.models.SchemaFormat&text=SchemaFormat\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.data.schemaregistry.models.SchemaProperties.getGroupName()"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties.getGroupName()"
name: "getGroupName()"
nameWithType: "SchemaProperties.getGroupName()"
summary: "Gets the schema group of this schema."
syntax: "public String getGroupName()"
desc: "Gets the schema group of this schema."
returns:
description: "The schema group of this schema."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.data.schemaregistry.models.SchemaProperties.getId()"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties.getId()"
name: "getId()"
nameWithType: "SchemaProperties.getId()"
summary: "Returns the unique identifier for this schema."
syntax: "public String getId()"
desc: "Returns the unique identifier for this schema."
returns:
description: "the unique identifier for this schema."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.data.schemaregistry.models.SchemaProperties.getName()"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties.getName()"
name: "getName()"
nameWithType: "SchemaProperties.getName()"
summary: "Gets the name of the schema."
syntax: "public String getName()"
desc: "Gets the name of the schema."
returns:
description: "The name 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.SchemaProperties.getVersion()"
fullName: "com.azure.data.schemaregistry.models.SchemaProperties.getVersion()"
name: "getVersion()"
nameWithType: "SchemaProperties.getVersion()"
summary: "Gets the version of the schema."
syntax: "public int getVersion()"
desc: "Gets the version of the schema."
returns:
description: "The version of the schema."
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Stores properties of a schema stored in Schema Registry."
metadata: {}
package: "com.azure.data.schemaregistry.models"
artifact: com.azure:azure-data-schemaregistry:1.4.9