Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogV1GcsFileSpec

import type { GoogleCloudDatacatalogV1GcsFileSpec } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Specification of a single file in Cloud Storage.

interface GoogleCloudDatacatalogV1GcsFileSpec {
filePath?: string;
readonly sizeBytes?: bigint;
}

§Properties

§
filePath?: string
[src]

Required. Full file path. Example: gs://bucket_name/a/b.txt.

§

Output only. Creation, modification, and expiration timestamps of a Cloud Storage file.

§
readonly sizeBytes?: bigint
[src]

Output only. File size in bytes.