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 UpgradeAppliedSchema operation. Upgrades a single directory in-place using the PublishedSchemaArn with schema updates found in MinorVersion. Backwards-compatible minor version upgrades are instantaneously available for readers on all objects in the directory. Note: This is a synchronous API call and upgrades only one schema on a given directory per call. To upgrade multiple directories from one schema, you would need to call this API on each directory.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpgradeAppliedSchemaRequest : AmazonCloudDirectoryRequest
         IAmazonWebServiceRequest

The UpgradeAppliedSchemaRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DirectoryArn System.String

Gets and sets the property DirectoryArn.

The ARN for the directory to which the upgraded schema will be applied.

Public Property DryRun System.Boolean

Gets and sets the property DryRun.

Used for testing whether the major version schemas are backward compatible or not. If schema compatibility fails, an exception would be thrown else the call would succeed but no changes will be saved. This parameter is optional.

Public Property PublishedSchemaArn System.String

Gets and sets the property PublishedSchemaArn.

The revision of the published schema to upgrade the directory to.

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