Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Generated from 0fb95a04203b7d79f6f007221e2c34535b0c3baf
modify specified
  • Loading branch information
AutorestCI committed Jun 17, 2019
commit da1f90228155775080f46dfd27f24a95270b5a8c
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class TeradataPartitionSettings(Model):
will be used for proceeding range or hash partitioning. Type: string (or
Expression with resultType string).
:type partition_column_name: object
:param partition_upper_bound: The maximum value of column specificed in
:param partition_upper_bound: The maximum value of column specified in
partitionColumnName that will be used for proceeding range partitioning.
Type: string (or Expression with resultType string).
:type partition_upper_bound: object
:param partition_lower_bound: The minimum value of column specificed in
:param partition_lower_bound: The minimum value of column specified in
partitionColumnName that will be used for proceeding range partitioning.
Type: string (or Expression with resultType string).
:type partition_lower_bound: object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ class TeradataPartitionSettings(Model):
will be used for proceeding range or hash partitioning. Type: string (or
Expression with resultType string).
:type partition_column_name: object
:param partition_upper_bound: The maximum value of column specificed in
:param partition_upper_bound: The maximum value of column specified in
partitionColumnName that will be used for proceeding range partitioning.
Type: string (or Expression with resultType string).
:type partition_upper_bound: object
:param partition_lower_bound: The minimum value of column specificed in
:param partition_lower_bound: The minimum value of column specified in
partitionColumnName that will be used for proceeding range partitioning.
Type: string (or Expression with resultType string).
:type partition_lower_bound: object
Expand Down