Class IngestUploadOptions
Options for uploading to ingest containers.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
public class IngestUploadOptions
Properties
BlobUploadOptions
Options for uploading each blob.
Declaration
public BlobUploadOptions? BlobUploadOptions { get; set; }
Property Value
BlobUploadOptions |
Remarks
Use this to attach a progress handler.
ConcurrentUploads
Number of concurrently uploaded blobs.
Declaration
public int ConcurrentUploads { get; set; }
Property Value
int |
Remarks
To change options for individual blobs, see BlobUploadOptions