DocumentDbCollectionSource Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. CopySource - com.
azure. resourcemanager. datafactory. models. DocumentDbCollectionSource
- com.
- com.
public final class DocumentDbCollectionSource
extends CopySource
A copy activity Document Database Collection source.
Constructor Summary
| Constructor | Description |
|---|---|
| DocumentDbCollectionSource() |
Creates an instance of Document |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
additionalColumns()
Get the additional |
|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
| Object |
nestingSeparator()
Get the nesting |
| Object |
query()
Get the query property: Documents query. |
| Object |
queryTimeout()
Get the query |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Copy source type. |
| void |
validate()
Validates the instance. |
|
Document |
withAdditionalColumns(Object additionalColumns)
Set the additional |
|
Document |
withDisableMetricsCollection(Object disableMetricsCollection)
Set the disable |
|
Document |
withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Document |
withNestingSeparator(Object nestingSeparator)
Set the nesting |
|
Document |
withQuery(Object query)
Set the query property: Documents query. |
|
Document |
withQueryTimeout(Object queryTimeout)
Set the query |
|
Document |
withSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Document |
withSourceRetryWait(Object sourceRetryWait)
Set the source |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
DocumentDbCollectionSource
public DocumentDbCollectionSource()
Creates an instance of DocumentDbCollectionSource class.
Method Details
additionalColumns
public Object additionalColumns()
Get the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Returns:
fromJson
public static DocumentDbCollectionSource fromJson(JsonReader jsonReader)
Reads an instance of DocumentDbCollectionSource from the JsonReader.
Parameters:
Returns:
Throws:
nestingSeparator
public Object nestingSeparator()
Get the nestingSeparator property: Nested properties separator. Type: string (or Expression with resultType string).
Returns:
query
public Object query()
Get the query property: Documents query. Type: string (or Expression with resultType string).
Returns:
queryTimeout
public Object queryTimeout()
Get the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DocumentDbCollectionSource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Copy source type.
Overrides:
DocumentDbCollectionSource.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
DocumentDbCollectionSource.validate()withAdditionalColumns
public DocumentDbCollectionSource withAdditionalColumns(Object additionalColumns)
Set the additionalColumns property: Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).
Parameters:
Returns:
withDisableMetricsCollection
public DocumentDbCollectionSource withDisableMetricsCollection(Object disableMetricsCollection)
Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Overrides:
DocumentDbCollectionSource.withDisableMetricsCollection(Object disableMetricsCollection)Parameters:
withMaxConcurrentConnections
public DocumentDbCollectionSource withMaxConcurrentConnections(Object maxConcurrentConnections)
Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
Overrides:
DocumentDbCollectionSource.withMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
withNestingSeparator
public DocumentDbCollectionSource withNestingSeparator(Object nestingSeparator)
Set the nestingSeparator property: Nested properties separator. Type: string (or Expression with resultType string).
Parameters:
Returns:
withQuery
public DocumentDbCollectionSource withQuery(Object query)
Set the query property: Documents query. Type: string (or Expression with resultType string).
Parameters:
Returns:
withQueryTimeout
public DocumentDbCollectionSource withQueryTimeout(Object queryTimeout)
Set the queryTimeout property: Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Parameters:
Returns:
withSourceRetryCount
public DocumentDbCollectionSource withSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
DocumentDbCollectionSource.withSourceRetryCount(Object sourceRetryCount)Parameters:
withSourceRetryWait
public DocumentDbCollectionSource withSourceRetryWait(Object sourceRetryWait)
Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Overrides:
DocumentDbCollectionSource.withSourceRetryWait(Object sourceRetryWait)Parameters: