Interface CfnDataset.IDataLakeDatasetPrimaryKeyFieldProperty
The primary key field details.
Namespace: Amazon.CDK.AWS.SCN
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataset.IDataLakeDatasetPrimaryKeyFieldProperty
Syntax (vb)
Public Interface CfnDataset.IDataLakeDatasetPrimaryKeyFieldProperty
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.SCN;
var dataLakeDatasetPrimaryKeyFieldProperty = new DataLakeDatasetPrimaryKeyFieldProperty {
Name = "name"
};
Synopsis
Properties
| Name | The name of the primary key field. |
Properties
Name
The name of the primary key field.
string Name { get; }