method Datastore.prototype.export Datastore.prototype.export(config: ExportEntitiesConfig): Promise<LongRunningResponse> Export entities from this project to a Google Cloud Storage bucket. Parameters config: ExportEntitiesConfig Configuration object. Return Type Promise<LongRunningResponse> Datastore.prototype.export(config: ExportEntitiesConfig,callback: LongRunningCallback,): void Parameters config: ExportEntitiesConfig callback: LongRunningCallback Return Type void