SelectParameters class

Describes the parameters for Select job types.

Constructors

SelectParameters(String? expression, String? expressionType, InputSerialization? inputSerialization, OutputSerialization? outputSerialization)
SelectParameters.fromXml(XmlElement? xml)

Properties

expression ↔ String?
The expression that is used to query the object.
getter/setter pair
expressionType ↔ String?
The type of the provided expression (for example, SQL).
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
inputSerialization ↔ InputSerialization?
Describes the serialization format of the object.
getter/setter pair
outputSerialization ↔ OutputSerialization?
Describes how the results of the Select job are serialized.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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