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

GetLink Method

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

Syntax

 char* GetLink(char* lpszblobName, int lexpires);

Remarks

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 Linux Edition - Version 16.0 [Build 7239]