DatastoreTimestampPartitionArgs

data class DatastoreTimestampPartitionArgs(val attributeName: Output<String>, val timestampFormat: Output<String>? = null) : ConvertibleToJava<DatastoreTimestampPartitionArgs>

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>, timestampFormat: Output<String>? = null)

Properties

Link copied to clipboard
val attributeName: Output<String>

The attribute name of the partition defined by a timestamp.

Link copied to clipboard
val timestampFormat: Output<String>? = null

The timestamp format of a partition defined by a timestamp. The default format is seconds since epoch (January 1, 1970 at midnight UTC time).

Functions

Link copied to clipboard
open override fun toJava(): DatastoreTimestampPartitionArgs