Creates (if needed) or clears (if required and the container
already exists) the blob container.
Namespace:
Cloudster
Assembly:
Cloudster.CoreLib (in Cloudster.CoreLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void CreateOrClearBlobContainer(
bool clear
) |
Visual Basic (Declaration) |
---|
Public Sub CreateOrClearBlobContainer ( _
clear As Boolean _
) |
Visual C++ |
---|
public:
void CreateOrClearBlobContainer(
bool clear
) |
Parameters
- clear
- Type: System..::.Boolean
If true and if the container already exists,
clears the container (remove any blob in it), otherwise does
nothing
See Also