Class CfnTestCase.FileMetadataProperty
Specifies a file metadata.
Inheritance
Implements
Namespace: Amazon.CDK.AwsApptest
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FileMetadataProperty : Object, CfnTestCase.IFileMetadataProperty
Syntax (vb)
Public Class FileMetadataProperty
Inherits Object
Implements CfnTestCase.IFileMetadataProperty
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_apptest;
var fileMetadataProperty = new FileMetadataProperty {
DatabaseCdc = new DatabaseCDCProperty {
SourceMetadata = new SourceDatabaseMetadataProperty {
CaptureTool = "captureTool",
Type = "type"
},
TargetMetadata = new TargetDatabaseMetadataProperty {
CaptureTool = "captureTool",
Type = "type"
}
},
DataSets = new [] { new DataSetProperty {
Ccsid = "ccsid",
Format = "format",
Length = 123,
Name = "name",
Type = "type"
} }
};
Synopsis
Constructors
File |
Properties
Database |
The database CDC of the file metadata. |
Data |
The data sets of the file metadata. |
Constructors
FileMetadataProperty()
public FileMetadataProperty()
Properties
DatabaseCdc
The database CDC of the file metadata.
public object DatabaseCdc { get; set; }
Property Value
System.
Remarks
DataSets
The data sets of the file metadata.
public object DataSets { get; set; }
Property Value
System.