你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StorageDomainManager<TData> 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices)
创建 StorageDomainManager<TData> 的新实例
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices)
参数
- connectionStringName
- String
存储连接字符串的名称
- tableName
- String
表的名称
- request
- HttpRequestMessage
的一个实例。HttpRequestMessage
- services
- ApiServices
的一个实例。ApiServices
适用于
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, Boolean)
创建 StorageDomainManager<TData> 的新实例
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * bool -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices, enableSoftDelete As Boolean)
参数
- connectionStringName
- String
存储连接字符串的名称
- tableName
- String
表的名称
- request
- HttpRequestMessage
的一个实例。HttpRequestMessage
- services
- ApiServices
的一个实例。ApiServices
- enableSoftDelete
- Boolean
确定是硬删除行还是标记为已删除行。
适用于
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings)
创建 StorageDomainManager<TData> 的新实例
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, System.Web.Http.OData.Query.ODataValidationSettings validationSettings, System.Web.Http.OData.Query.ODataQuerySettings querySettings);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * System.Web.Http.OData.Query.ODataValidationSettings * System.Web.Http.OData.Query.ODataQuerySettings -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices, validationSettings As ODataValidationSettings, querySettings As ODataQuerySettings)
参数
- connectionStringName
- String
存储连接字符串的名称
- tableName
- String
表的名称
- request
- HttpRequestMessage
的一个实例。HttpRequestMessage
- services
- ApiServices
的一个实例。ApiServices
- validationSettings
- System.Web.Http.OData.Query.ODataValidationSettings
的一个实例。System.Web.Http.OData.Query.ODataValidationSettings
- querySettings
- System.Web.Http.OData.Query.ODataQuerySettings
的一个实例。System.Web.Http.OData.Query.ODataQuerySettings
适用于
StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings, Boolean)
创建 StorageDomainManager<TData> 的新实例
public StorageDomainManager (string connectionStringName, string tableName, System.Net.Http.HttpRequestMessage request, Microsoft.WindowsAzure.Mobile.Service.ApiServices services, System.Web.Http.OData.Query.ODataValidationSettings validationSettings, System.Web.Http.OData.Query.ODataQuerySettings querySettings, bool enableSoftDelete);
new Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> : string * string * System.Net.Http.HttpRequestMessage * Microsoft.WindowsAzure.Mobile.Service.ApiServices * System.Web.Http.OData.Query.ODataValidationSettings * System.Web.Http.OData.Query.ODataQuerySettings * bool -> Microsoft.WindowsAzure.Mobile.Service.StorageDomainManager<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))>
Public Sub New (connectionStringName As String, tableName As String, request As HttpRequestMessage, services As ApiServices, validationSettings As ODataValidationSettings, querySettings As ODataQuerySettings, enableSoftDelete As Boolean)
参数
- connectionStringName
- String
存储连接字符串的名称
- tableName
- String
表的名称
- request
- HttpRequestMessage
的一个实例。HttpRequestMessage
- services
- ApiServices
的一个实例。ApiServices
- validationSettings
- System.Web.Http.OData.Query.ODataValidationSettings
的一个实例。System.Web.Http.OData.Query.ODataValidationSettings
- querySettings
- System.Web.Http.OData.Query.ODataQuerySettings
的一个实例。System.Web.Http.OData.Query.ODataQuerySettings
- enableSoftDelete
- Boolean
确定是硬删除行还是标记为已删除行。