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 PublishSchema operation. Publishes a development schema with a major version and a recommended minor version.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudDirectory.AmazonCloudDirectoryRequest
      Amazon.CloudDirectory.Model.PublishSchemaRequest

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

Syntax

C#
public class PublishSchemaRequest : AmazonCloudDirectoryRequest
         IAmazonWebServiceRequest

The PublishSchemaRequest type exposes the following members

Constructors

NameDescription
Public Method PublishSchemaRequest()

Properties

NameTypeDescription
Public Property DevelopmentSchemaArn System.String

Gets and sets the property DevelopmentSchemaArn.

The Amazon Resource Name (ARN) that is associated with the development schema. For more information, see arns.

Public Property MinorVersion System.String

Gets and sets the property MinorVersion.

The minor version under which the schema will be published. This parameter is recommended. Schemas have both a major and minor version associated with them.

Public Property Name System.String

Gets and sets the property Name.

The new name under which the schema will be published. If this is not provided, the development schema is considered.

Public Property Version System.String

Gets and sets the property Version.

The major version under which the schema will be published. Schemas have both a major and minor version associated with them.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5