Interface ICCDContentApi
Represents a collection of functions to interact with the API endpoints
Namespace: Unity.Services.Apis.CloudContentDelivery
Assembly: solution.dll
Syntax
public interface ICCDContentApi : IApiAccessor
Methods
GetBadgedReleaseContentByPathPublic(string, string, string, CancellationToken)
Get content in badged release by path
Declaration
[Obsolete]
ApiOperation<Stream> GetBadgedReleaseContentByPathPublic(string bucketid, string badgename, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetBadgedReleaseContentByPathPublicEnv(string, string, string, string, CancellationToken)
Get content in badged release by path
Declaration
ApiOperation<Stream> GetBadgedReleaseContentByPathPublicEnv(string environmentname, string bucketid, string badgename, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetBadgedReleaseContentPublic(string, string, string, CancellationToken)
Get content for entry from a badged release
Declaration
[Obsolete]
ApiOperation<Stream> GetBadgedReleaseContentPublic(string bucketid, string badgename, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetBadgedReleaseContentPublicEnv(string, string, string, string, CancellationToken)
Get content for entry from a badged release
Declaration
ApiOperation<Stream> GetBadgedReleaseContentPublicEnv(string environmentname, string bucketid, string badgename, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetBadgedReleaseContentStatusByPathPublic(string, string, string, CancellationToken)
Get content status of an entry by path from a badged release
Declaration
[Obsolete]
ApiOperation GetBadgedReleaseContentStatusByPathPublic(string bucketid, string badgename, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetBadgedReleaseContentStatusByPathPublicEnv(string, string, string, string, CancellationToken)
Get content status of an entry by path from a badged release
Declaration
ApiOperation GetBadgedReleaseContentStatusByPathPublicEnv(string environmentname, string bucketid, string badgename, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetBadgedReleaseContentStatusPublic(string, string, string, CancellationToken)
Get content status of an entry from a badged release
Declaration
[Obsolete]
ApiOperation GetBadgedReleaseContentStatusPublic(string bucketid, string badgename, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetBadgedReleaseContentStatusPublicEnv(string, string, string, string, CancellationToken)
Get content status of an entry from a badged release
Declaration
ApiOperation GetBadgedReleaseContentStatusPublicEnv(string environmentname, string bucketid, string badgename, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | badgename | Badge Name |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentByPathPublic(string, string, string, CancellationToken)
Get content by path
Declaration
[Obsolete]
ApiOperation<Stream> GetContentByPathPublic(string bucketid, string path, string versionid = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | path | Path |
string | versionid | Version ID (optional) |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetContentByPathPublicEnv(string, string, string, string, CancellationToken)
Get content by path
Declaration
ApiOperation<Stream> GetContentByPathPublicEnv(string environmentname, string bucketid, string path, string versionid = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | path | Path |
string | versionid | Version ID (optional) |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetContentPublic(string, string, CancellationToken)
Get content for entry
Declaration
[Obsolete]
ApiOperation<Stream> GetContentPublic(string bucketid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetContentPublicEnv(string, string, string, CancellationToken)
Get content for entry
Declaration
ApiOperation<Stream> GetContentPublicEnv(string environmentname, string bucketid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetContentStatusByPathPublic(string, string, string, CancellationToken)
Get content status by path
Declaration
[Obsolete]
ApiOperation GetContentStatusByPathPublic(string bucketid, string path, string versionid = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | path | Path |
string | versionid | Version ID (optional) |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentStatusByPathPublicEnv(string, string, string, string, CancellationToken)
Get content status by path
Declaration
ApiOperation GetContentStatusByPathPublicEnv(string environmentname, string bucketid, string path, string versionid = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | path | Path |
string | versionid | Version ID (optional) |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentStatusPublic(string, string, CancellationToken)
Get content status for entry
Declaration
[Obsolete]
ApiOperation GetContentStatusPublic(string bucketid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentStatusPublicEnv(string, string, string, CancellationToken)
Get content status for entry
Declaration
ApiOperation GetContentStatusPublicEnv(string environmentname, string bucketid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentStatusVersionPublic(string, string, string, CancellationToken)
Get content status for version of entry
Declaration
[Obsolete]
ApiOperation GetContentStatusVersionPublic(string bucketid, string entryid, string versionid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | entryid | Entry ID |
string | versionid | Version ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentStatusVersionPublicEnv(string, string, string, string, CancellationToken)
Get content status for version of entry
Declaration
ApiOperation GetContentStatusVersionPublicEnv(string environmentname, string bucketid, string entryid, string versionid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | entryid | Entry ID |
string | versionid | Version ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetContentVersionPublic(string, string, string, CancellationToken)
Get content for version of entry
Declaration
[Obsolete]
ApiOperation<Stream> GetContentVersionPublic(string bucketid, string entryid, string versionid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | entryid | Entry ID |
string | versionid | Version ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetContentVersionPublicEnv(string, string, string, string, CancellationToken)
Get content for version of entry
Declaration
ApiOperation<Stream> GetContentVersionPublicEnv(string environmentname, string bucketid, string entryid, string versionid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | entryid | Entry ID |
string | versionid | Version ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetReleaseContentByPathPublic(string, string, string, CancellationToken)
Get content in release by path
Declaration
[Obsolete]
ApiOperation<Stream> GetReleaseContentByPathPublic(string bucketid, string releaseid, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetReleaseContentByPathPublicEnv(string, string, string, string, CancellationToken)
Get content in release by path
Declaration
ApiOperation<Stream> GetReleaseContentByPathPublicEnv(string environmentname, string bucketid, string releaseid, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetReleaseContentPublic(string, string, string, CancellationToken)
Get content for entry
Declaration
[Obsolete]
ApiOperation<Stream> GetReleaseContentPublic(string bucketid, string releaseid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetReleaseContentPublicEnv(string, string, string, string, CancellationToken)
Get content for entry
Declaration
ApiOperation<Stream> GetReleaseContentPublicEnv(string environmentname, string bucketid, string releaseid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation<Stream> | The operation |
GetReleaseContentStatusByPathPublic(string, string, string, CancellationToken)
Get content status in release by path
Declaration
[Obsolete]
ApiOperation GetReleaseContentStatusByPathPublic(string bucketid, string releaseid, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetReleaseContentStatusByPathPublicEnv(string, string, string, string, CancellationToken)
Get content status in release by path
Declaration
ApiOperation GetReleaseContentStatusByPathPublicEnv(string environmentname, string bucketid, string releaseid, string path, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | path | Path |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetReleaseContentStatusPublic(string, string, string, CancellationToken)
Get content status for entry
Declaration
[Obsolete]
ApiOperation GetReleaseContentStatusPublic(string bucketid, string releaseid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |
GetReleaseContentStatusPublicEnv(string, string, string, string, CancellationToken)
Get content status for entry
Declaration
ApiOperation GetReleaseContentStatusPublicEnv(string environmentname, string bucketid, string releaseid, string entryid, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
string | environmentname | Environment Name |
string | bucketid | Bucket ID |
string | releaseid | Release ID |
string | entryid | Entry ID |
CancellationToken | cancellationToken | Cancellation Token to cancel the request. |
Returns
Type | Description |
---|---|
ApiOperation | The operation |