Interface CfnSchema.ISchemaVersionProperty
Specifies the version of a schema.
Namespace: Amazon.CDK.AWS.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISchemaVersionProperty
Syntax (vb)
Public Interface ISchemaVersionProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Glue;
var schemaVersionProperty = new SchemaVersionProperty {
IsLatest = false,
VersionNumber = 123
};
Synopsis
Properties
Is |
Indicates if this version is the latest version of the schema. |
Version |
The version number of the schema. |
Properties
IsLatest
Indicates if this version is the latest version of the schema.
virtual object IsLatest { get; }
Property Value
System.
Remarks
VersionNumber
The version number of the schema.
virtual Nullable<double> VersionNumber { get; }
Property Value
System.