VectorBucketList class
The result of SupabaseVectorsClient.listBuckets.
- Annotations
-
- @experimental
Constructors
-
VectorBucketList({required List<
VectorBucket> buckets, String? nextToken}) -
const
-
VectorBucketList.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
buckets
→ List<
VectorBucket> -
The buckets in this page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
The token to pass as
nextTokento fetch the next page, if any.final - 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited