Class BlobDirectorySpecification
Specifies a directory within a BLOB container.
Inherited Members
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[DataContract]
public class BlobDirectorySpecification : StorageSpecification
Properties
View SourceContainerUrl
Gets or sets the BLOB container URL.
Declaration
[DataMember]
public string ContainerUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The BLOB container URL. |
See Also
View SourceDirectory
Gets or sets the BLOB container directory.
Declaration
[DataMember]
public string Directory { get; set; }
Property Value
Type | Description |
---|---|
string | The BLOB container directory. |
See Also
Methods
View SourceGetNormalizedDirectory()
Normalizes the directory by replacing any occurrences of back slashes, forward slashes, or a combination of both with the platform-specific directory separator character, to guarantee compatibility across different platforms.
Declaration
public override string GetNormalizedDirectory()
Returns
Type | Description |
---|---|
string | A platform compatible path. |
Overrides
See Also
View SourceToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |
Overrides
Remarks
For security purposes regarding logging, the SAS token in the BLOB container URL has been redacted.