Documentation ¶
Index ¶
Constants ¶
View Source
const ( Tier1 = 1 Tier99 = 99 Tier999 = 999 )
Tier1, Tier99 and Tier999 just like the tiers of hot, warm, cold. In the future, we will provide the ability for users to add new storage tiers, if we use 1, 2 and 3, then no space for new storage tiers.
View Source
const ( AWS_STANDARD = "STANDARD" AWS_STANDARD_IA = "STANDARD_IA" AWS_GLACIER = "GLACIER" )
View Source
const ( GCS_MULTI_REGIONAL = "MULTI_REGIONAL" GCS_REGIONAL = "REGIONAL" GCS_NEARLINE = "NEARLINE" GCS_COLDLINE = "COLDLINE" )
View Source
const ( OSTYPE_OPENSDS = "OpenSDS" OSTYPE_AWS = "aws-s3" OSTYPE_Azure = "azure-blob" OSTYPE_OBS = "hw-obs" OSTYPE_GCS = "gcp-s3" OSTYPE_CEPTH = "ceph-s3" OSTYPE_FUSIONSTORAGE = "fusionstorage-object" )
Object Storage Type
View Source
const ( DBKEY_DELETEMARKER = "isdeletemarker" DBKEY_INITFLAG = "initflag" DBKEY_OBJECTKEY = "objectkey" DBKEY_UPLOADID = "uploadid" DBKEY_LASTMODIFIED = "lastmodified" DBKEY_SUPPOSEDSTATUS = "supposedstatus" DBKEY_LOCKOBJ_OBJKEY = "objkey" )
View Source
const (
CEPH_STANDARD = "STDANDARD"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjsCountInfo ¶ added in v0.5.4
Click to show internal directories.
Click to hide internal directories.