Méthode | Description | |
---|---|---|
Async ( bool async ) : |
Set whether to perform the archive generation in the background (asynchronously). Default: false. Relevant only for create call.
|
|
Check ( ) : void |
Validate object model
|
|
ExpiresAt ( int expiresAt ) : |
Set the Unix time in seconds when the generated download URL expires (e.g., 1415060076). If this parameter is omitted then the generated download URL expires after 1 hour. Note: Relevant only for download call.
|
|
ExpiresAt ( ) : int |
Get the Unix time in seconds when the generated download URL expires.
|
|
FlattenFolders ( bool flattenFolders ) : |
Determines whether to flatten all files to be in the root of the archive file (no sub-folders).
|
|
FlattenTransformations ( bool flattenTransformations ) : |
Determines whether to flatten the folder structure of the derived images and store the transformation details on the file name instead.
|
|
IsAsync ( ) : bool |
Get whether to perform the archive generation in the background (asynchronously).
|
|
IsFlattenFolders ( ) : bool |
Get whether to flatten all files to be in the root of the archive file (no sub-folders).
|
|
IsFlattenTransformations ( ) : bool |
Get whether to flatten the folder structure of the derived images and store the transformation details on the file name instead.
|
|
IsKeepDerived ( ) : bool |
Get whether to keep the derived images used for generating the archive or not.
|
|
IsUseOriginalFilename ( ) : bool |
Get whether to use the original file name of the included images (if available) instead of the Public ID.
|
|
KeepDerived ( bool keepDerived ) : |
Set whether to keep the derived images used for generating the archive or not.
|
|
Mode ( ) : ArchiveCallMode |
Get Mode whether to return the generated archive file (download) or to store it as a raw resource (create)
|
|
Mode ( ArchiveCallMode mode ) : |
Determines whether to return the generated archive file (download) or to store it as a raw resource in your Cloudinary account and return a JSON with the URLs for accessing the archive file (create)
|
|
NotificationUrl ( string notificationUrl ) : |
Set an HTTP or HTTPS URL to notify your application (a webhook) when the process has completed.
|
|
NotificationUrl ( ) : string |
Get an HTTP or HTTPS URL to notify your application (a webhook) when the process has completed.
|
|
Prefixes ( List |
Set a list of prefixes of Public IDs (e.g., folders). All images with this tag(s) will be included in the archive. Setting this parameter to a slash (/) is a shortcut for including all images in the account for the given resource type and type (up to the max files limit).
|
|
Prefixes ( ) : List |
Get a list of prefixes of Public IDs (e.g., folders).
|
|
PublicIds ( List |
Set a list of Public IDs for the specific images to be included in the archive
|
|
PublicIds ( ) : List |
Get a list of Public IDs for the specific images to be included in the archive
|
|
ResourceType ( string resourceType ) : |
Set the resource type (image, video or raw) of files to include in the archive: Default: image.
|
|
ResourceType ( ) : string |
Get the resource type (image, video or raw) of files to include in the archive.
|
|
Tags ( List |
Set a list of tag names. All images with this tag(s) will be included in the archive
|
|
Tags ( ) : List |
Get a list of tag names. All images with this tag(s) will be included in the archive
|
|
TargetFormat ( ) : ArchiveFormat |
Get the format for the generated archive.
|
|
TargetFormat ( ArchiveFormat targetFormat ) : |
Set the format for the generated archive. Currently only 'zip' is supported.
|
|
TargetPublicId ( string targetPublicId ) : |
Set the Public ID to assign to the generated archive. relevant only for create call.
|
|
TargetPublicId ( ) : string |
Get the Public ID to assign to the generated archive.
|
|
TargetTags ( List |
Set a list of tag names to assign to the generated archive. Relevant only for create call.
|
|
TargetTags ( ) : List |
Get a list of tag names to assign to the generated archive.
|
|
ToParamsDictionary ( ) : object>.SortedDictionary |
Maps object model to dictionary of parameters in cloudinary notation
|
|
Transformations ( List |
Set a list of transformations to apply to the images before they are included in the generated archive.
|
|
Transformations ( ) : List |
Get a list of transformations applied to the images before they are included in the generated archive.
|
|
Type ( string type ) : |
Set the specific file type of resources to include in the archive (upload/private/authenticated). Default: upload.
|
|
Type ( ) : string |
Get the specific file type of resources to include in the archive (upload/private/authenticated).
|
|
UseOriginalFilename ( bool useOriginalFilename ) : |
Set whether to use the original file name of the included images (if available) instead of the Public ID.
|
public Async ( bool async ) : |
||
async | bool | |
Résultat |
public ExpiresAt ( int expiresAt ) : |
||
expiresAt | int | |
Résultat |
public FlattenFolders ( bool flattenFolders ) : |
||
flattenFolders | bool | |
Résultat |
public FlattenTransformations ( bool flattenTransformations ) : |
||
flattenTransformations | bool | |
Résultat |
public KeepDerived ( bool keepDerived ) : |
||
keepDerived | bool | |
Résultat |
public Mode ( ArchiveCallMode mode ) : |
||
mode | ArchiveCallMode | |
Résultat |
public NotificationUrl ( string notificationUrl ) : |
||
notificationUrl | string | |
Résultat |
public Prefixes ( List |
||
prefixes | List |
|
Résultat |
public PublicIds ( List |
||
publicIds | List |
|
Résultat |
public ResourceType ( string resourceType ) : |
||
resourceType | string | |
Résultat |
public TargetFormat ( ArchiveFormat targetFormat ) : |
||
targetFormat | ArchiveFormat | |
Résultat |
public TargetPublicId ( string targetPublicId ) : |
||
targetPublicId | string | |
Résultat |
public TargetTags ( List |
||
targetTags | List |
|
Résultat |
public ToParamsDictionary ( ) : object>.SortedDictionary |
||
Résultat | object>.SortedDictionary |
public Transformations ( List |
||
transformations | List |
|
Résultat |
public Type ( string type ) : |
||
type | string | |
Résultat |
public UseOriginalFilename ( bool useOriginalFilename ) : |
||
useOriginalFilename | bool | |
Résultat |