### 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:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
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: "String"
- description: "The type of schema, e.g. avro, json."
name: "format"
type: ""
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: ""
- 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: "String"
- 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: "String"
- 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: "String"
- 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: ""
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.5.1