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.

A facet.

Inheritance Hierarchy

System.Object
  Amazon.CloudDirectory.Model.SchemaFacet

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

Syntax

C#
public class SchemaFacet

The SchemaFacet type exposes the following members

Constructors

NameDescription
Public Method SchemaFacet()

Properties

NameTypeDescription
Public Property FacetName System.String

Gets and sets the property FacetName.

The name of the facet. If this value is set, SchemaArn must also be set.

Public Property SchemaArn System.String

Gets and sets the property SchemaArn.

The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions. If this value is set, FacetName must also be set.

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