Click or drag to resize

AzureStreamingRemoveJobDir Method

There is no concept of an Azure directory that corresponds to the file-system. Therefore deleting all the blobs in a vdir requires deleting all the blobs that have that prefix.

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public bool RemoveJobDir(
	string subdir,
	out string msg
)

Parameters

subdir  String

[Missing <param name="subdir"/> documentation for "M:RCS.Carbon.Variables.AzureStreaming.RemoveJobDir(System.String,System.String@)"]

msg  String

[Missing <param name="msg"/> documentation for "M:RCS.Carbon.Variables.AzureStreaming.RemoveJobDir(System.String,System.String@)"]

Return Value

Boolean

[Missing <returns> documentation for "M:RCS.Carbon.Variables.AzureStreaming.RemoveJobDir(System.String,System.String@)"]

See Also