public static interface KxDatabaseListEntry.Builder extends SdkPojo, CopyableBuilder<KxDatabaseListEntry.Builder,KxDatabaseListEntry>
| Modifier and Type | Method and Description |
|---|---|
KxDatabaseListEntry.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp at which the database was created in FinSpace.
|
KxDatabaseListEntry.Builder |
databaseName(String databaseName)
The name of the kdb database.
|
KxDatabaseListEntry.Builder |
lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the database was modified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildKxDatabaseListEntry.Builder databaseName(String databaseName)
The name of the kdb database.
databaseName - The name of the kdb database.KxDatabaseListEntry.Builder createdTimestamp(Instant createdTimestamp)
The timestamp at which the database was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
createdTimestamp - The timestamp at which the database was created in FinSpace. The value is determined as epoch time in
milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as
1635768000000.KxDatabaseListEntry.Builder lastModifiedTimestamp(Instant lastModifiedTimestamp)
The last time that the database was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
lastModifiedTimestamp - The last time that the database was modified. The value is determined as epoch time in milliseconds.
For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.Copyright © 2023. All rights reserved.