kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.util
/
StorageSizeUnit
Storage
Size
Unit
enum
StorageSizeUnit
:
Enum
<
StorageSizeUnit
>
Content copied to clipboard
Entries
Functions
Properties
Entries
PEBIBYTES
Link copied to clipboard
PEBIBYTES
(
"PiB"
,
1024L * 1024 * 1024 * 1024 * 1024
)
Content copied to clipboard
TEBIBYTES
Link copied to clipboard
TEBIBYTES
(
"TiB"
,
1024L * 1024 * 1024 * 1024
)
Content copied to clipboard
GIBIBYTES
Link copied to clipboard
GIBIBYTES
(
"GiB"
,
1024L * 1024 * 1024
)
Content copied to clipboard
MEBIBYTES
Link copied to clipboard
MEBIBYTES
(
"MiB"
,
1024L * 1024
)
Content copied to clipboard
KIBIBYTES
Link copied to clipboard
KIBIBYTES
(
"KiB"
,
1024
)
Content copied to clipboard
BYTES
Link copied to clipboard
BYTES
(
"B"
,
1
)
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
name
Link copied to clipboard
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
val
ordinal
:
Int
Content copied to clipboard