Blob_Exists: Check if a blob exists in certain directory

Description Usage Arguments Value

View source: R/blob_utils.R

Description

This function checks if a blob exists in certain directory

Usage

1
Blob_Exists(blob_name, directory, account_name, container_name, sas_token)

Arguments

blob_name

String. Name of the blob.

directory

String. Path where the blob will be searched.

account_name

String. Storage account name.

container_name

String. Container name.

sas_token

String. SAS token with the requiered permissions to upload.

Value

TRUE if the blob exists, FALSE if not.


Rielbe/aztools documentation built on July 14, 2020, 12:40 a.m.