io.github.cchantep.jinbe
Members list
Packages
Requires to add the appropriate dependencies in your build (see documentation).
Requires to add the appropriate dependencies in your build (see documentation).
Attributes
GridFS storage module for Jinbe.
GridFS storage module for Jinbe.
Attributes
Requires to add the appropriate dependencies in your build (see documentation).
Requires to add the appropriate dependencies in your build (see documentation).
Attributes
Requires to add the appropriate dependencies in your build (see documentation).
Requires to add the appropriate dependencies in your build (see documentation).
Attributes
Type members
Classlikes
A live reference to a storage bucket. The operations are scoped on the specified bucket.
A live reference to a storage bucket. The operations are scoped on the specified bucket.
Such reference must only be used with the storage which resolved it first.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Represents a reference to a bucket that supports versioning.
Represents a reference to a bucket that supports versioning.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GoogleBucketRefclass WSS3BucketRef
An explicit range of bytes.
Use this value type when you want to specify a size in terms of bytes or something like that in a type-safe way.
Use this value type when you want to specify a size in terms of bytes or something like that in a type-safe way.
Value parameters
- bytes
-
the number of bytes (binary size)
Attributes
- Companion
- object
- Supertypes
-
class AnyValtrait Matchableclass Any
Extracts an long integer from a string representation
Extracts an long integer from a string representation
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LongVal.type
Metadata about a storage object.
Metadata about a storage object.
Value parameters
- lastModifiedAt
-
the time of the last modification for this object
- name
-
the name of the object
- size
-
the binary size of the object
Attributes
- See also
- Supertypes
A live reference to a storage object. The operations are scoped on the specified object.
A live reference to a storage object. The operations are scoped on the specified object.
Such reference must only be used with the storage which resolved it first.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
Root of the DSL.
Root of the DSL.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
- Self type
Operations that are supported by a versioned object.
Operations that are supported by a versioned object.
Attributes
- See also
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GoogleObjectRefclass WSS3ObjectRef
Typeclass to try to create an URI from a T
Typeclass to try to create an URI from a T
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
URIProvider factory
URIProvider factory
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
URIProvider.type
Metadata about a versioned object.
Metadata about a versioned object.
Value parameters
- isLatest
-
indicates whether this version is the current version of the object or not.
- name
-
the name of the object
- size
-
the binary size of the object or 0 when it's a delete marker
- versionCreatedAt
-
the time when this version was created
- versionId
-
the id of the version
Attributes
- See also
- Supertypes
A live reference to a versioned object. The operations are scoped on a specific object version.
A live reference to a versioned object. The operations are scoped on a specific object version.
Such reference must only be used with the storage which resolved it first.
Attributes
- See also
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class GoogleVersionedObjectRefclass WSS3VersionedObjectRef