Properties of a DataStore.
Package
@google-cloud/cesProperties
connectorConfig
connectorConfig
?:
(
google
.
cloud
.
ces
.
v1
.
DataStore
.
IConnectorConfig
|
null
);
DataStore connectorConfig
createTime
createTime
?:
(
google
.
protobuf
.
ITimestamp
|
null
);
DataStore createTime
displayName
displayName
?:
(
string
|
null
);
DataStore displayName
documentProcessingMode
documentProcessingMode
?:
(
google
.
cloud
.
ces
.
v1
.
DataStore
.
DocumentProcessingMode
|
keyof
typeof
google
.
cloud
.
ces
.
v1
.
DataStore
.
DocumentProcessingMode
|
null
);
DataStore documentProcessingMode
name
name
?:
(
string
|
null
);
DataStore name
type
type
?:
(
google
.
cloud
.
ces
.
v1
.
DataStore
.
DataStoreType
|
keyof
typeof
google
.
cloud
.
ces
.
v1
.
DataStore
.
DataStoreType
|
null
);
DataStore type

