Create file operation.

interface CreateFile {
    annotationId?: string;
    kind: "create";
    options?: CreateFileOptions;
    uri: string;
}

Hierarchy

  • ResourceOperation
    • CreateFile

Properties

annotationId?: string

An optional annotation identifier describing the operation.

3.16.0

kind: "create"

A create

Additional options

uri: string

The resource to create.