Interface ExportEntitiesConfig (8.7.0)

Inheritance

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

Package

@google-cloud/datastore

Properties

bucket

bucket?: string | {
        name: string;
    };

gaxOptions

gaxOptions?: CallOptions;

kinds

kinds?: string[];

namespaces

namespaces?: string[];