GoogleBigtableAdminV2TypeTimestampEncoding
import type { GoogleBigtableAdminV2TypeTimestampEncoding } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";
Rules used to convert to or from lower level types.
interface GoogleBigtableAdminV2TypeTimestampEncoding {
unixMicrosInt64?: GoogleBigtableAdminV2TypeInt64Encoding;
}§Properties
§
unixMicrosInt64?: GoogleBigtableAdminV2TypeInt64Encoding
[src]Encodes the number of microseconds since the Unix epoch using the given
Int64
encoding. Values must be microsecond-aligned. Compatible with: -
Java Instant.truncatedTo()
with ChronoUnit.MICROS