Show / Hide Table of Contents

Class BlobDirectorySpecification

Specifies a directory within a BLOB container.

Inheritance
object
StorageSpecification
BlobDirectorySpecification
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[DataContract]
public class BlobDirectorySpecification : StorageSpecification

Properties

View Source

ContainerUrl

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
StorageSpecification
View Source

Directory

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
StorageSpecification

Methods

View Source

GetNormalizedDirectory()

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
StorageSpecification.GetNormalizedDirectory()
See Also
StorageSpecification
View Source

ToString()

Returns a string that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
string

A string that represents this instance.

Overrides
object.ToString()
Remarks

For security purposes regarding logging, the SAS token in the BLOB container URL has been redacted.

See Also
StorageSpecification

See Also

StorageSpecification
  • View Source
In this article
Back to top Copyright © DNV AS. All rights reserved.