你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Office365Source interface

Office 365 服务的复制活动源。

扩展

属性

allowedGroups

包含所有用户的组。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。

dateFilterColumn

要应用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的列。 类型:字符串(或带有 resultType 字符串的表达式)。

endTime

此数据集的请求范围的结束时间。 类型:字符串(或带有 resultType 字符串的表达式)。

outputColumns

要从 Office 365 表中读取的列。 类型:对象数组(或具有 resultType 对象数组的表达式)。 itemType:OutputColumn。 示例:[ { “name”: “Id” }, { “name”: “CreatedDateTime” } ]

startTime

此数据集的请求范围的开始时间。 类型:字符串(或带有 resultType 字符串的表达式)。

type

多态鉴别器,它指定此对象可以的不同类型的

userScopeFilterUri

用户范围 URI。 类型:字符串(或带有 resultType 字符串的表达式)。

继承属性

disableMetricsCollection

如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryCount

源重试计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryWait

源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

属性详细信息

allowedGroups

包含所有用户的组。 类型:字符串数组(或包含字符串 resultType 数组的表达式)。

allowedGroups?: any

属性值

any

dateFilterColumn

要应用 <paramref name=“StartTime”/> 和 <paramref name=“EndTime”/>的列。 类型:字符串(或带有 resultType 字符串的表达式)。

dateFilterColumn?: any

属性值

any

endTime

此数据集的请求范围的结束时间。 类型:字符串(或带有 resultType 字符串的表达式)。

endTime?: any

属性值

any

outputColumns

要从 Office 365 表中读取的列。 类型:对象数组(或具有 resultType 对象数组的表达式)。 itemType:OutputColumn。 示例:[ { “name”: “Id” }, { “name”: “CreatedDateTime” } ]

outputColumns?: any

属性值

any

startTime

此数据集的请求范围的开始时间。 类型:字符串(或带有 resultType 字符串的表达式)。

startTime?: any

属性值

any

type

多态鉴别器,它指定此对象可以的不同类型的

type: "Office365Source"

属性值

"Office365Source"

userScopeFilterUri

用户范围 URI。 类型:字符串(或带有 resultType 字符串的表达式)。

userScopeFilterUri?: any

属性值

any

继承属性详细信息

disableMetricsCollection

如果为 true,则禁用数据存储指标集合。 默认值为 false。 类型:布尔值(或带有 resultType 布尔值的表达式)。

disableMetricsCollection?: any

属性值

any

继承自CopySource.disableMetricsCollection

maxConcurrentConnections

源数据存储的最大并发连接计数。 类型:整数(或包含 resultType 整数的表达式)。

maxConcurrentConnections?: any

属性值

any

继承自CopySource.maxConcurrentConnections

sourceRetryCount

源重试计数。 类型:整数(或包含 resultType 整数的表达式)。

sourceRetryCount?: any

属性值

any

继承自CopySource.sourceRetryCount

sourceRetryWait

源重试等待。 类型:string(或带有 resultType 字符串的表达式),模式:(\d+)。?(\d\d):(60|([0-5][0-9]):(60|([0-5][0-9])).

sourceRetryWait?: any

属性值

any

继承自CopySource.sourceRetryWait