Show / Hide Table of Contents

Class BlobDirectorySpecification

Specifies a directory within a BLOB container.

Inheritance
System.Object
StorageSpecification
BlobDirectorySpecification
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class BlobDirectorySpecification : StorageSpecification

Properties

View Source

ContainerUrl

Gets or sets the BLOB container URL.

Declaration
public string ContainerUrl { get; set; }
Property Value
Type Description
System.String

The BLOB container URL.

View Source

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 Source

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

Remarks

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

See Also

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