| Package | Description |
|---|---|
| tech.ydb.table.description |
| Modifier and Type | Method and Description |
|---|---|
TableTtl.TtlUnit |
TableTtl.getTtlUnit() |
static TableTtl.TtlUnit |
TableTtl.TtlUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableTtl.TtlUnit[] |
TableTtl.TtlUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TableTtl |
TableTtl.valueSinceUnixEpoch(String columnName,
TableTtl.TtlUnit unit,
int expireAfterSeconds)
The row will be considered as expired at the moment of time, when the value stored in columnName is less
than or equal to the current time (in epoch time format), and expireAfterSeconds has passed since that
moment; i.e.
|
Copyright © 2024. All rights reserved.