ExportReducedDataAsync Method
Overloads
| ExportReducedDataAsync(NxDownloadOptions) | 
             Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.  | 
        
      
    |
| ExportReducedDataAsync(AsyncHandle, NxDownloadOptions) | 
             Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.  | 
        
      
    |
| ExportReducedDataAsync<T>(AsyncHandle, Func<Response, T>, NxDownloadOptions) | 
             Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.  | 
        
      
    
ExportReducedDataAsync(NxDownloadOptions)
Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.
Declaration
      public Task<NxDownloadInfo> ExportReducedDataAsync([QixName("qOptions")] NxDownloadOptions options = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| NxDownloadOptions | options | 
           BookmarkId used to reduced the app on and an expire time.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<NxDownloadInfo> | 
Implements
Remarks
This API is only available on Sense Enterprise on Windows
ExportReducedDataAsync(AsyncHandle, NxDownloadOptions)
Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.
Declaration
      public Task<NxDownloadInfo> ExportReducedDataAsync(AsyncHandle asyncHandle, [QixName("qOptions")] NxDownloadOptions options = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| NxDownloadOptions | options | 
           BookmarkId used to reduced the app on and an expire time.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<NxDownloadInfo> | 
Implements
Remarks
This API is only available on Sense Enterprise on Windows
ExportReducedDataAsync<T>(AsyncHandle, Func<Response, T>, NxDownloadOptions)
Applies a bookmark to reduce (slice) the data on. Returns a url and file size to the reduced application. Section Access is always applied.
Declaration
      public Task<T> ExportReducedDataAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qOptions")] NxDownloadOptions options = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | 
           Handle to asynchronous method request  | 
      
| System.Func<Response, T> | onResult | 
           Continuation function  | 
      
| NxDownloadOptions | options | 
           BookmarkId used to reduced the app on and an expire time.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
Implements
Remarks
This API is only available on Sense Enterprise on Windows