Show / Hide Table of Contents

Class BlobContainerDestinationSpecification

Destination specification for a BLOB container.

Inheritance
object
DestinationSpecification
BlobContainerDestinationSpecification
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 BlobContainerDestinationSpecification : DestinationSpecification

Properties

View Source

ContainerUrl

Gets or sets the BLOB container URL.

Declaration
[DataMember]
public string ContainerUrl { get; set; }
Property Value
Type Description
string

The container URL.

Remarks

The BLOB container URL must include a SAS token.

See Also
DestinationSpecification
View Source

Directory

Gets or sets the directory within the BLOB container that files will be uploaded to. Files will be uploaded to this directory and keep their name.

Declaration
[DataMember]
public string Directory { get; set; }
Property Value
Type Description
string

The upload directory.

See Also
DestinationSpecification

Methods

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
DestinationSpecification

See Also

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