PHP OSS for Azure API Reference

ShareFileClient
in package

Read onlyYes
FinalYes

Provides operations for an Azure file share file.

Table of Contents

Properties

$credential  : StorageSharedKeyCredential|TokenCredential|null
$filePath  : string
$shareName  : string
$uri  : UriInterface

Methods

__construct()  : mixed
canGenerateSasUri()  : bool
Returns whether this client has a shared-key credential capable of signing a file SAS.
generateSasUri()  : UriInterface
Generates a URI for this file containing a signed service SAS query string.

Properties

Methods

canGenerateSasUri()

Returns whether this client has a shared-key credential capable of signing a file SAS.

public canGenerateSasUri() : bool
Return values
bool
On this page

Search results