DataSourceFilterVariable enum
A list of the variables to use in searching or filtering
DataSource
.
-
CreatedAt
- Sets the search criteria toDataSource
creation date. -
Status
- Sets the search criteria toDataSource
status. -
Name
- Sets the search criteria to the contents ofDataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create theDataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked theDataSource
creation.
- Inheritance
- Available extensions
Values
- createdAt → const DataSourceFilterVariable
- lastUpdatedAt → const DataSourceFilterVariable
- status → const DataSourceFilterVariable
- name → const DataSourceFilterVariable
- dataLocationS3 → const DataSourceFilterVariable
- iAMUser → const DataSourceFilterVariable
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - 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
-
toValue(
) → String -
Available on DataSourceFilterVariable, provided by the DataSourceFilterVariableValueExtension extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
DataSourceFilterVariable> - A constant List of the values in this enum, in order of their declaration.