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

MobileServiceRemoteTableOptions 枚举

定义

远程表功能的标志枚举。

此枚举支持其成员值的按位组合。

[System.Flags]
public enum MobileServiceRemoteTableOptions
[<System.Flags>]
type MobileServiceRemoteTableOptions = 
Public Enum MobileServiceRemoteTableOptions
继承
MobileServiceRemoteTableOptions
属性

字段

All 65535

支持所有选项

None 0

不支持任何选项

OrderBy 4

$orderby odata 选项

Skip 1

$skip odata 选项

Top 2

$top odata 选项

适用于