Optional
options: IRequestOptionsOptional
apiVersion: stringOptional
scope: stringA guid representing the scope of the container. This is often the project id.
Optional
apiVersion: stringDeletes the specified items in a container.
Container Id.
Path to delete.
Optional
scope: stringA guid representing the scope of the container. This is often the project id.
Gets containers filtered by a comma separated list of artifact uris within the same scope, if not specified returns all containers
Optional
scope: stringA guid representing the scope of the container. This is often the project id.
Optional
artifactUris: stringGets the specified file container object in a format dependent upon the given parameters or HTTP Accept request header
The requested container Id
Optional
scope: stringA guid representing the scope of the container. This is often the project id.
Optional
itemPath: stringThe path to the item of interest
Optional
metadata: booleanIf true, this overrides any specified format parameter or HTTP Accept request header to provide non-recursive information for the given itemPath
Optional
format: stringIf specified, this overrides the HTTP Accept request header to return either 'json' or 'zip'. If $format is specified, then api-version should also be specified as a query parameter.
Optional
downloadFileName: stringIf specified and returning other than JSON format, then this download name will be used (else defaults to itemPath)
Optional
includeDownloadTickets: booleanOptional
isShallow: booleanIf true, returns only immediate children(files & folders) for the given itemPath. False will return all items recursively within itemPath.
Optional
ignoreRequestedMediaType: booleanSet to true to ignore the HTTP Accept request header. Default is false.
Optional
includeBlobMetadata: booleanOptional
saveAbsolutePath: booleanSet to false to not save the absolute path to the specified directory of the artifact in the returned archive. Works only for artifact directories. Default is true.
Optional
preferRedirect: booleanSet to true to get the redirect response which leads to the stream with content. Default is false.
Creates the specified items in the referenced container.