AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the GetSchemaVersion operation. Get the specified schema by its unique ID assigned when a version of the schema is created or registered. Schema versions in Deleted status will not be included in the results.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Glue.AmazonGlueRequest
      Amazon.Glue.Model.GetSchemaVersionRequest

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class GetSchemaVersionRequest : AmazonGlueRequest
         IAmazonWebServiceRequest

The GetSchemaVersionRequest type exposes the following members

Constructors

NameDescription
Public Method GetSchemaVersionRequest()

Properties

NameTypeDescription
Public Property SchemaId Amazon.Glue.Model.SchemaId

Gets and sets the property SchemaId.

This is a wrapper structure to contain schema identity fields. The structure contains:

  • SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

  • SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and RegistryName has to be provided.

Public Property SchemaVersionId System.String

Gets and sets the property SchemaVersionId.

The SchemaVersionId of the schema version. This field is required for fetching by schema ID. Either this or the SchemaId wrapper has to be provided.

Public Property SchemaVersionNumber Amazon.Glue.Model.SchemaVersionNumber

Gets and sets the property SchemaVersionNumber.

The version number of the schema.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5