Share via


SequentialFileStagingArtifact Class

Definition

The file staging artifact payload for this file staging provider

public sealed class SequentialFileStagingArtifact : Microsoft.Azure.Batch.IFileStagingArtifact
type SequentialFileStagingArtifact = class
    interface IFileStagingArtifact
Public NotInheritable Class SequentialFileStagingArtifact
Implements IFileStagingArtifact
Inheritance
SequentialFileStagingArtifact
Implements

Constructors

SequentialFileStagingArtifact()

Properties

BlobContainerCreated

The name of any blob container created.

A blob container is created if there is at least one file to be uploaded that does not have an explicit container specified.

NamingFragment

Optionally set by caller. Optionally used by implementation. A name fragment that can be used when constructing default names.

Can only be set once.

Applies to