[]
        
(Showing Draft Content)

CacheMeta

CacheMeta

[POST] /api/dataservice/meta

Request Schema

CacheMetaController+CacheMetaPayload

Response

Status Code: 200

Success

DDLResponseModel

[PUT] /api/dataservice/meta

Request Schema

CacheMetaController+CacheMetaPayload

Response

Status Code: 200

Success

DDLResponseModel

[GET] /api/dataservice/meta

Response

Status Code: 200

Success

MetasResponseModel

[DELETE] /api/dataservice/meta/{cacheKey}

Parameters

Name Type Located In
cacheKeyRequired string path

Response

Status Code: 200

Success

DDLResponseModel

[GET] /api/dataservice/meta/{cacheKey}

Parameters

Name Type Located In
cacheKeyRequired string path

Response

Status Code: 200

Success

MetaResponseModel

[GET] /api/dataservice/meta/ignore-empty/{cacheKey}

Parameters

Name Type Located In
cacheKeyRequired string path

Response

Status Code: 200

Success

MetaResponseModel

[GET] /api/dataservice/meta/relative/{cacheKeyPrefix}

Parameters

Name Type Located In
cacheKeyPrefixRequired string path

Response

Status Code: 200

Success

MetasResponseModel

Models

Ƭ DDLResponseModel

Name Type Description Example
succeeded Boolean
errorCode int32
errorMessageNullable string

Ƭ CacheMetaController+CacheMetaPayload

Name Type Description Example
cacheKeyNullable string
meta CacheMeta

Ƭ CacheMeta

Name Type Description Example
cacheKeyNullable string
totalValidRows int64
dataVersion int64
tableVersion int64
cacheMetaLastUpdated ISO DateTime Sting
lastErrorCodeNullable string
lastErrorMessageNullable string
extensionNullable string
expired Boolean
isAppendable Boolean

Ƭ MetasResponseModel

Name Type Description Example
succeeded Boolean
errorCode int32
errorMessageNullable string
resultsNullable CacheMeta

Ƭ MetaResponseModel

Name Type Description Example
succeeded Boolean
errorCode int32
errorMessageNullable string
result CacheMeta