Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

GetLink Method

Creates a link to an object which expires in seconds specified.

Syntax

[VB.NET]
Public Function GetLink(ByVal ObjectName As String, ByVal Expires As Integer) As String
[C#]
public string GetLink(string objectName, int expires);

Remarks

This method can be used to create authenticated links to allow access to objects for a limited time. The bucket is specified by the Bucket property.

The Expires parameter specifies the time in seconds for which the link will be valid. The maximum validity time is seven days.

Note that this method is an offline method that will simply generate a pre-signed URL. No communication with the server takes places.

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