Interface ExportEntitiesConfig

Inheritance

Omit<google.datastore.admin.v1.IExportEntitiesRequest, 'projectId'> > ExportEntitiesConfig

Package

@google-cloud/datastore!

Properties

bucket

bucket?: string | {
        name: string;
    };
Property Value
TypeDescription
string | { name: string; }

gaxOptions

gaxOptions?: CallOptions;
Property Value
TypeDescription
CallOptions

kinds

kinds?: string[];
Property Value
TypeDescription
string[]

namespaces

namespaces?: string[];
Property Value
TypeDescription
string[]