Show / Hide Table of Contents

Class DataStoreConnectorConfig

The connector config for the data store connection.

Inheritance
object
DataStoreConnectorConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CustomerEngagementSuite.v1beta.Data
Assembly: Google.Apis.CustomerEngagementSuite.v1beta.dll
Syntax
public class DataStoreConnectorConfig : IDirectResponseSchema

Properties

Collection

Resource name of the collection the data store belongs to.

Declaration
[JsonProperty("collection")]
public virtual string Collection { get; set; }
Property Value
Type Description
string

CollectionDisplayName

Display name of the collection the data store belongs to.

Declaration
[JsonProperty("collectionDisplayName")]
public virtual string CollectionDisplayName { get; set; }
Property Value
Type Description
string

DataSource

The name of the data source. Example: salesforce, jira, confluence, bigquery.

Declaration
[JsonProperty("dataSource")]
public virtual string DataSource { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX