SequentialFileStagingArtifact Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET