Features class

Class representing the features supported by a Cosmos DB client.

Properties

hashCode int
The hash code for this object.
no setterinherited
hierarchicalPartitioning bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getFeatures(String version) Features
Returns the features for the specified version.

Constants

current → const Features
Features for the current version (see currentApiVersion).
preview → const Features
Features for the preview version (see previewApiVersion).