[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This document describes a base class for defining how blobs are stored, establishing an interface that all stub blob-storage mechanisms must implement."],["The `StoreBlob` method is used to persist blob data by taking in a blob key and a stream or stream-like object to generate the blob's content."],["The `OpenBlob` method allows for streaming access to a blob by its key, returning an open file stream that the caller must close."],["The `DeleteBlob` method is used to remove blob data from storage, using the specified blob key."]]],[]]