[]
        
(Showing Draft Content)

CacheMeta

CacheMeta

[POST] /api/dataservice/meta

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

CacheMetaController+CacheMetaPayload

Responses

[200] Success

DDLResponseModel

Type: [application/json]

[PUT] /api/dataservice/meta

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

CacheMetaController+CacheMetaPayload

Responses

[200] Success

DDLResponseModel

Type: [application/json]

[GET] /api/dataservice/meta

Responses

[200] Success

MetasResponseModel

Type: [text/plain], [application/json], [text/json]

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

Parameters

Name In Type
cacheKeyRequired path string

Responses

[200] Success

DDLResponseModel

Type: [text/plain], [application/json], [text/json]

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

Parameters

Name In Type
cacheKeyRequired path string

Responses

[200] Success

MetaResponseModel

Type: [text/plain], [application/json], [text/json]

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

Parameters

Name In Type
cacheKeyRequired path string

Responses

[200] Success

MetaResponseModel

Type: [text/plain], [application/json], [text/json]

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

Parameters

Name In Type
cacheKeyPrefixRequired path string

Responses

[200] Success

MetasResponseModel

Type: [text/plain], [application/json], [text/json]

Models

Ƭ DDLResponseModel

Name Type
succeeded Boolean
errorCode int32
errorMessageNullable string

Ƭ CacheMetaController+CacheMetaPayload

Name Type
cacheKeyNullable string
meta CacheMeta

Ƭ CacheMeta

Name Type
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
succeeded Boolean
errorCode int32
errorMessageNullable string
resultsNullable Array<CacheMeta>

Ƭ MetaResponseModel

Name Type
succeeded Boolean
errorCode int32
errorMessageNullable string
result CacheMeta