Skip to content

Commit

Permalink
[AutoPR datafactory/resource-manager] fix: datafactory character enco…
Browse files Browse the repository at this point in the history
…ding (#6423)

* Generated from 1f768e0b1251c521df6386353c805af1f1980b87

fix: datafactory character encoding

* Generated from 1f768e0b1251c521df6386353c805af1f1980b87

fix: datafactory character encoding
  • Loading branch information
AutorestCI authored Jul 23, 2019
1 parent 355ae32 commit b69c1ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CosmosDbMongoDbApiSource(CopySource):
~azure.mgmt.datafactory.models.MongoDbCursorMethodsProperties
:param batch_size: Specifies the number of documents to return in each
batch of the response from MongoDB instance. In most cases, modifying the
batch size will not affect the user or the application. This propertys
batch size will not affect the user or the application. This property's
main purpose is to avoid hit the limitation of response size. Type:
integer (or Expression with resultType integer).
:type batch_size: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class CosmosDbMongoDbApiSource(CopySource):
~azure.mgmt.datafactory.models.MongoDbCursorMethodsProperties
:param batch_size: Specifies the number of documents to return in each
batch of the response from MongoDB instance. In most cases, modifying the
batch size will not affect the user or the application. This propertys
batch size will not affect the user or the application. This property's
main purpose is to avoid hit the limitation of response size. Type:
integer (or Expression with resultType integer).
:type batch_size: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MongoDbV2Source(CopySource):
~azure.mgmt.datafactory.models.MongoDbCursorMethodsProperties
:param batch_size: Specifies the number of documents to return in each
batch of the response from MongoDB instance. In most cases, modifying the
batch size will not affect the user or the application. This propertys
batch size will not affect the user or the application. This property's
main purpose is to avoid hit the limitation of response size. Type:
integer (or Expression with resultType integer).
:type batch_size: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class MongoDbV2Source(CopySource):
~azure.mgmt.datafactory.models.MongoDbCursorMethodsProperties
:param batch_size: Specifies the number of documents to return in each
batch of the response from MongoDB instance. In most cases, modifying the
batch size will not affect the user or the application. This propertys
batch size will not affect the user or the application. This property's
main purpose is to avoid hit the limitation of response size. Type:
integer (or Expression with resultType integer).
:type batch_size: object
Expand Down

0 comments on commit b69c1ae

Please sign in to comment.