Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

GetLink Method

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

Object Oriented Interface

public function doGetLink($blobname, $expires);

Procedural Interface

inazure_blob_do_getlink($res, $blobname, $expires);

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) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0