Class CfnDatastore.TimestampPartitionProperty
A partition dimension defined by a timestamp attribute.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TimestampPartitionProperty : Object, CfnDatastore.ITimestampPartitionProperty
Syntax (vb)
Public Class TimestampPartitionProperty
Inherits Object
Implements CfnDatastore.ITimestampPartitionProperty
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.IoTAnalytics;
var timestampPartitionProperty = new TimestampPartitionProperty {
AttributeName = "attributeName",
// the properties below are optional
TimestampFormat = "timestampFormat"
};
Synopsis
Constructors
Timestamp |
Properties
Attribute |
The attribute name of the partition defined by a timestamp. |
Timestamp |
The timestamp format of a partition defined by a timestamp. |
Constructors
TimestampPartitionProperty()
public TimestampPartitionProperty()
Properties
AttributeName
The attribute name of the partition defined by a timestamp.
public string AttributeName { get; set; }
Property Value
System.
Remarks
TimestampFormat
The timestamp format of a partition defined by a timestamp.
public string TimestampFormat { get; set; }
Property Value
System.
Remarks
The default format is seconds since epoch (January 1, 1970 at midnight UTC time).