Interface ImportEntitiesConfig (6.6.2)

Inheritance

Omit<google.datastore.admin.v1.IImportEntitiesRequest, 'projectId'> > ImportEntitiesConfig

Package

@google-cloud/datastore

Properties

file

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

gaxOptions

gaxOptions?: CallOptions;
Property Value
TypeDescription
CallOptions

kinds

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

namespaces

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