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

File

import type { File } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";
interface File {
contents?: string;
diskPath?: DiskPath;
fileLoadState?: "FILE_LOAD_STATE_UNSPECIFIED" | "LOADED_BY_PROCESS" | "NOT_LOADED_BY_PROCESS";
hashedSize?: bigint;
operations?: FileOperation[];
partiallyHashed?: boolean;
path?: string;
sha256?: string;
size?: bigint;
}

§Properties

§
contents?: string
[src]
§
diskPath?: DiskPath
[src]
§
fileLoadState?: "FILE_LOAD_STATE_UNSPECIFIED" | "LOADED_BY_PROCESS" | "NOT_LOADED_BY_PROCESS"
[src]
§
hashedSize?: bigint
[src]
§
operations?: FileOperation[]
[src]
§
partiallyHashed?: boolean
[src]
§
path?: string
[src]
§
sha256?: string
[src]
§
size?: bigint
[src]