Skip to content

Commit 283bc34

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update mapping table
1 parent ee14600 commit 283bc34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/copy-activity-schema-and-type-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,8 @@ The following properties are supported in copy activity for data type conversion
311311
| dateFormat | Format string when converting between dates and strings, e.g. `yyyy-MM-dd`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
312312
| dateTimeFormat | Format string when converting between dates without time zone offset and strings, for example, `yyyy-MM-dd HH:mm:ss.fff`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
313313
| dateTimeOffsetFormat | Format string when converting between dates with time zone offset and strings, for example, `yyyy-MM-dd HH:mm:ss.fff zzz`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
314-
| timeFormat | Format string when converting between time and strings, e.g. `HH:mm:ss.fff`. Refer to [Custom TimeSpan Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
315314
| timeSpanFormat | Format string when converting between time periods and strings, for example, `dd\.hh\:mm`. Refer to [Custom TimeSpan Format Strings](/dotnet/standard/base-types/custom-timespan-format-strings) for detailed information. | No |
315+
| timeFormat | Format string when converting between time and strings, e.g. `HH:mm:ss.fff`. Refer to [Custom Date and Time Format Strings](/dotnet/standard/base-types/custom-date-and-time-format-strings) for detailed information. | No |
316316
| culture | Culture information to be used when convert types, for example, `en-us` or `fr-fr`. | No |
317317

318318
**Example:**

0 commit comments

Comments
 (0)