DocumentDbCollectionSource Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. CopySource - com.
azure. analytics. synapse. artifacts. 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 |
|---|---|
|
static
Document |
fromJson(JsonReader jsonReader)
Reads an instance of Document |
| Object |
getAdditionalColumns()
Get the additional |
| Object |
getNestingSeparator()
Get the nesting |
| Object |
getQuery()
Get the query property: Documents query. |
| Object |
getQueryTimeout()
Get the query |
| String |
getType()
Get the type property: Copy source type. |
|
Document |
setAdditionalColumns(Object additionalColumns)
Set the additional |
|
Document |
setMaxConcurrentConnections(Object maxConcurrentConnections)
Set the max |
|
Document |
setNestingSeparator(Object nestingSeparator)
Set the nesting |
|
Document |
setQuery(Object query)
Set the query property: Documents query. |
|
Document |
setQueryTimeout(Object queryTimeout)
Set the query |
|
Document |
setSourceRetryCount(Object sourceRetryCount)
Set the source |
|
Document |
setSourceRetryWait(Object sourceRetryWait)
Set the source |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from CopySource
Methods inherited from java.lang.Object
Constructor Details
DocumentDbCollectionSource
public DocumentDbCollectionSource()
Creates an instance of DocumentDbCollectionSource class.
Method Details
fromJson
public static DocumentDbCollectionSource fromJson(JsonReader jsonReader)
Reads an instance of DocumentDbCollectionSource from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalColumns
public Object getAdditionalColumns()
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:
getNestingSeparator
public Object getNestingSeparator()
Get the nestingSeparator property: Nested properties separator. Type: string (or Expression with resultType string).
Returns:
getQuery
public Object getQuery()
Get the query property: Documents query. Type: string (or Expression with resultType string).
Returns:
getQueryTimeout
public Object getQueryTimeout()
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:
getType
public String getType()
Get the type property: Copy source type.
Overrides:
DocumentDbCollectionSource.getType()Returns:
setAdditionalColumns
public DocumentDbCollectionSource setAdditionalColumns(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:
setMaxConcurrentConnections
public DocumentDbCollectionSource setMaxConcurrentConnections(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.setMaxConcurrentConnections(Object maxConcurrentConnections)Parameters:
setNestingSeparator
public DocumentDbCollectionSource setNestingSeparator(Object nestingSeparator)
Set the nestingSeparator property: Nested properties separator. Type: string (or Expression with resultType string).
Parameters:
Returns:
setQuery
public DocumentDbCollectionSource setQuery(Object query)
Set the query property: Documents query. Type: string (or Expression with resultType string).
Parameters:
Returns:
setQueryTimeout
public DocumentDbCollectionSource setQueryTimeout(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:
setSourceRetryCount
public DocumentDbCollectionSource setSourceRetryCount(Object sourceRetryCount)
Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
Overrides:
DocumentDbCollectionSource.setSourceRetryCount(Object sourceRetryCount)Parameters:
setSourceRetryWait
public DocumentDbCollectionSource setSourceRetryWait(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.setSourceRetryWait(Object sourceRetryWait)Parameters:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DocumentDbCollectionSource.toJson(JsonWriter jsonWriter)Parameters:
Throws: