Deprecations
in package
Table of Contents
- convertDeprecatedAnalyticsScanConsistency() : string
- Converts integer "enum" value of analytics scan consistency into string representation
- convertDeprecatedDurabilityLevel() : string
- Converts integer "enum" value of durability level into string representation
- convertDeprecatedQueryProfile() : string
- Converts integer "enum" value of query profile into string representation
- convertDeprecatedQueryScanConsistency() : string
- Converts integer "enum" value of query scan consistency into string representation
- convertDeprecatedStoreSemantics() : string
- Converts integer "enum" value of store semantics into string representation
- convertDeprecatedViewConsistency() : string
- Converts integer "enum" value of analytics scan consistency into string representation
- convertDeprecatedViewOrder() : string
- Converts integer "enum" value of view ordering into string representation
Methods
convertDeprecatedAnalyticsScanConsistency()
Converts integer "enum" value of analytics scan consistency into string representation
public
static convertDeprecatedAnalyticsScanConsistency(string $method, int $level) : string
Parameters
- $method : string
- $level : int
Tags
Return values
string —convertDeprecatedDurabilityLevel()
Converts integer "enum" value of durability level into string representation
public
static convertDeprecatedDurabilityLevel(string $method, int $level) : string
Parameters
- $method : string
- $level : int
Tags
Return values
string —convertDeprecatedQueryProfile()
Converts integer "enum" value of query profile into string representation
public
static convertDeprecatedQueryProfile(string $method, int $profile) : string
Parameters
- $method : string
- $profile : int
Tags
Return values
string —convertDeprecatedQueryScanConsistency()
Converts integer "enum" value of query scan consistency into string representation
public
static convertDeprecatedQueryScanConsistency(string $method, int $level) : string
Parameters
- $method : string
- $level : int
Tags
Return values
string —convertDeprecatedStoreSemantics()
Converts integer "enum" value of store semantics into string representation
public
static convertDeprecatedStoreSemantics(string $method, int $semantics) : string
Parameters
- $method : string
- $semantics : int
Tags
Return values
string —convertDeprecatedViewConsistency()
Converts integer "enum" value of analytics scan consistency into string representation
public
static convertDeprecatedViewConsistency(string $method, int $level) : string
Parameters
- $method : string
- $level : int
Tags
Return values
string —convertDeprecatedViewOrder()
Converts integer "enum" value of view ordering into string representation
public
static convertDeprecatedViewOrder(string $method, int $order) : string
Parameters
- $method : string
- $order : int