Search Results for

    Show / Hide Table of Contents

    Class IngestUploadOptions

    Options for uploading to ingest containers.

    Inheritance
    object
    IngestUploadOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Back to top Generated by DocFX