Package: AzureQstor 1.0.1.9000

Hong Ooi

AzureQstor: Interface to 'Azure Queue Storage'

An interface to 'Azure Queue Storage'. This is a cloud service for storing large numbers of messages, for example from automated sensors, that can be accessed remotely via authenticated calls using HTTP or HTTPS. Queue storage is often used to create a backlog of work to process asynchronously. Part of the 'AzureR' family of packages.

Authors:Hong Ooi [aut, cre], Microsoft [cph]

AzureQstor_1.0.1.9000.tar.gz
AzureQstor_1.0.1.9000.zip(r-4.5)AzureQstor_1.0.1.9000.zip(r-4.4)AzureQstor_1.0.1.9000.zip(r-4.3)
AzureQstor_1.0.1.9000.tgz(r-4.4-any)AzureQstor_1.0.1.9000.tgz(r-4.3-any)
AzureQstor_1.0.1.9000.tar.gz(r-4.5-noble)AzureQstor_1.0.1.9000.tar.gz(r-4.4-noble)
AzureQstor_1.0.1.9000.tgz(r-4.4-emscripten)AzureQstor_1.0.1.9000.tgz(r-4.3-emscripten)
AzureQstor.pdf |AzureQstor.html
AzureQstor/json (API)
NEWS

# Install 'AzureQstor' in R:
install.packages('AzureQstor', repos = c('https://azure.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/azure/azureqstor/issues

On CRAN:

azure-sdk-razure-storageazure-storage-queue

4.18 score 3 stars 8 scripts 575 downloads 7 exports 21 dependencies

Last updated 4 years agofrom:218afec466. Checks:1 OK, 6 NOTE. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 21 2025
R-4.5-winNOTEJan 21 2025
R-4.5-linuxNOTEJan 21 2025
R-4.4-winNOTEJan 21 2025
R-4.4-macNOTEJan 21 2025
R-4.3-winNOTEJan 21 2025
R-4.3-macNOTEJan 21 2025

Exports:create_storage_queuedelete_storage_queuelist_storage_queuesqueue_endpointQueueMessagestorage_queueStorageQueue

Dependencies:askpassAzureAuthAzureGraphAzureRMRAzureStorclicurlgluehttrjosejsonlitelifecyclemimeopensslR6rappdirsrlangsysuuidvctrsxml2

Introduction to AzureQstor

Rendered fromintro.Rmdusingknitr::rmarkdownon Jan 21 2025.

Last update: 2020-10-15
Started: 2020-04-06

Readme and manuals

Help Manual

Help pageTopics
Create a queue endpoint objectqueue_endpoint
R6 class representing a message from an Azure storage queuemessage QueueMessage
Message queuescreate_storage_queue create_storage_queue.character create_storage_queue.queue_endpoint create_storage_queue.StorageQueue delete_storage_queue delete_storage_queue.character delete_storage_queue.queue_endpoint delete_storage_queue.StorageQueue list_storage_containers.queue_endpoint list_storage_queues list_storage_queues.character list_storage_queues.queue_endpoint storage_queue storage_queue.character storage_queue.queue_endpoint
R6 class representing an Azure storage queuequeue StorageQueue