StorageDomainManager<TData> Constructors

Definition

Overloads

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices)

Creates a new instance of StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, Boolean)

Creates a new instance of StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings)

Creates a new instance of StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings, Boolean)

Creates a new instance of StorageDomainManager<TData>

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices)

Creates a new instance of 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)

Parameters

connectionStringName
String

Name of the storage connection string

tableName
String

Name of table

request
HttpRequestMessage

An instance of HttpRequestMessage

services
ApiServices

An instance of ApiServices

Applies to

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, Boolean)

Creates a new instance of 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)

Parameters

connectionStringName
String

Name of the storage connection string

tableName
String

Name of table

request
HttpRequestMessage

An instance of HttpRequestMessage

services
ApiServices

An instance of ApiServices

enableSoftDelete
Boolean

Determines whether rows are hard deleted or marked as deleted.

Applies to

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings)

Creates a new instance of 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)

Parameters

connectionStringName
String

Name of the storage connection string

tableName
String

Name of table

request
HttpRequestMessage

An instance of HttpRequestMessage

services
ApiServices

An instance of ApiServices

validationSettings
System.Web.Http.OData.Query.ODataValidationSettings

An instance of System.Web.Http.OData.Query.ODataValidationSettings

querySettings
System.Web.Http.OData.Query.ODataQuerySettings

An instance of System.Web.Http.OData.Query.ODataQuerySettings

Applies to

StorageDomainManager<TData>(String, String, HttpRequestMessage, ApiServices, ODataValidationSettings, ODataQuerySettings, Boolean)

Creates a new instance of 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)

Parameters

connectionStringName
String

Name of the storage connection string

tableName
String

Name of table

request
HttpRequestMessage

An instance of HttpRequestMessage

services
ApiServices

An instance of ApiServices

validationSettings
System.Web.Http.OData.Query.ODataValidationSettings

An instance of System.Web.Http.OData.Query.ODataValidationSettings

querySettings
System.Web.Http.OData.Query.ODataQuerySettings

An instance of System.Web.Http.OData.Query.ODataQuerySettings

enableSoftDelete
Boolean

Determines whether rows are hard deleted or marked as deleted.

Applies to