Class BlobDirectorySpecification
Specifies a directory within a BLOB container.
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class BlobDirectorySpecification : StorageSpecification
Properties
View SourceContainerUrl
Gets or sets the BLOB container URL.
Declaration
public string ContainerUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BLOB container URL. |
Directory
Gets or sets the BLOB container directory.
Declaration
public string Directory { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BLOB container directory. |
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 |
|---|---|
| System.String | A platform compatible path. |
Overrides
View SourceToString()
Returns a
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String | A |
Remarks
For security purposes regarding logging, the SAS token in the BLOB container URL has been redacted.