public sealed class AzureBlobStorageData : IMessage<AzureBlobStorageData>, IEquatable<AzureBlobStorageData>, IDeepCloneable<AzureBlobStorageData>, IBufferMessage, IMessage
An AzureBlobStorageData resource can be a data source, but not a data sink.
An AzureBlobStorageData resource represents one Azure container. The storage
account determines the Azure
endpoint.
In an AzureBlobStorageData resource, a blobs's name is the Azure Blob
Storage blob's key
name.
Must be an empty string or full path name that ends with a '/'. This field
is treated as an object prefix. As such, it should generally not begin with
a '/'.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe latest version available is 2.8.0, with various older versions accessible, including 1.2.0, which this document primarily covers, and other versions ranging from 1.0.0 up to 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAzureBlobStorageData\u003c/code\u003e is a resource that can only serve as a data source, not a data sink, representing an individual Azure container within a storage account.\u003c/p\u003e\n"],["\u003cp\u003eThe storage account itself defines the Azure endpoint, and within \u003ccode\u003eAzureBlobStorageData\u003c/code\u003e, a blob's name corresponds to its key name within Azure Blob Storage.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the base \u003ccode\u003eObject\u003c/code\u003e class, such as \u003ccode\u003eGetHashCode()\u003c/code\u003e and \u003ccode\u003eGetType()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eAzureBlobStorageData\u003c/code\u003e has essential properties including, \u003ccode\u003eAzureCredentials\u003c/code\u003e for authentication, \u003ccode\u003eContainer\u003c/code\u003e to specify the container for transfer, \u003ccode\u003ePath\u003c/code\u003e to define the root path for object transfer, and \u003ccode\u003eStorageAccount\u003c/code\u003e which is required to identify the Azure storage account.\u003c/p\u003e\n"]]],[],null,[]]