Show / Hide Table of Contents

Class DataverseSourceConfig

Configuration for syncing data from a Dataverse source.

Inheritance
object
DataverseSourceConfig
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.Datastream.v1.Data
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class DataverseSourceConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludeObjects

Optional. The objects to exclude from the stream.

Declaration
[JsonProperty("excludeObjects")]
public virtual SourceCatalog ExcludeObjects { get; set; }
Property Value
Type Description
SourceCatalog

IncludeObjects

Optional. The objects to retrieve from the source.

Declaration
[JsonProperty("includeObjects")]
public virtual SourceCatalog IncludeObjects { get; set; }
Property Value
Type Description
SourceCatalog

PollingInterval

Required. Incremental sync polling interval for all objects. If not set, a default value of 5 minutes is used. The duration must be from 5 minutes to 24 hours, inclusive.

Declaration
[JsonProperty("pollingInterval")]
public virtual object PollingInterval { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX