Cloud Storage Integrator 2016 macOS Edition
Cloud Storage Integrator 2016 macOS Edition
Questions / Feedback?

getLink (method)

Creates a link to access a blob for the amount of seconds specified.

- (NSString*)getLink:(NSString*)blobName :(int)expires

Discussion

This method can be used to create URLs with a Shared Access Signature to allow access to blobs for a limited time and with limited permissions.

The BlobName parameter specifies the name of the blob to create the link for.

The Expires parameter specifies the number of seconds that the link is valid for.

The default permission for the blob specified is "r" (Read).

Note that AccessKey, Account, and ContainerName must be specified before calling this method.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 macOS Edition - Version 16.0 [Build 7239]