Resource: Datastore
The data store defines the connection to export data repository (Cloud Storage, BigQuery), including the credentials used to access the data repository.
JSON representation |
---|
{
"self": string,
"displayName": string,
"org": string,
"targetType": string,
"createTime": string,
"lastUpdateTime": string,
"datastoreConfig": {
object ( |
Fields | |
---|---|
self |
Output only. Resource link of Datastore. Example: |
display |
Required. Display name in UI |
org |
Output only. Organization that the datastore belongs to |
target |
Destination storage type. Supported types |
create |
Output only. Datastore create time, in milliseconds since the epoch of 1970-01-01T00:00:00Z |
last |
Output only. Datastore last update time, in milliseconds since the epoch of 1970-01-01T00:00:00Z |
datastore |
Datastore Configurations. |
DatastoreConfig
Configuration detail for datastore
JSON representation |
---|
{ "projectId": string, "bucketName": string, "path": string, "datasetName": string, "tablePrefix": string } |
Fields | |
---|---|
project |
Required. Google Cloud project in which the datastore exists |
bucket |
Name of the Cloud Storage bucket. Required for |
path |
Path of Cloud Storage bucket Required for |
dataset |
BigQuery dataset name Required for |
table |
Prefix of BigQuery table Required for |
Methods |
|
---|---|
|
Create a Datastore for an org |
|
Delete a Datastore from an org. |
|
Get a Datastore |
|
List Datastores |
|
Test if Datastore configuration is correct. |
|
Update a Datastore |