GetFieldsResourceIdsAsync Method
Overloads
| GetFieldsResourceIdsAsync(IEnumerable<String>) |
Returns a list of resource ids (QRI) for fields that belongs to the datamodel. Key fields (that belongs to multiple tables), returns one resource identifier per table. |
|
| GetFieldsResourceIdsAsync(AsyncHandle, IEnumerable<String>) |
Returns a list of resource ids (QRI) for fields that belongs to the datamodel. Key fields (that belongs to multiple tables), returns one resource identifier per table. |
|
| GetFieldsResourceIdsAsync<T>(AsyncHandle, Func<Response, T>, IEnumerable<String>) |
Returns a list of resource ids (QRI) for fields that belongs to the datamodel. Key fields (that belongs to multiple tables), returns one resource identifier per table. |
GetFieldsResourceIdsAsync(IEnumerable<String>)
Returns a list of resource ids (QRI) for fields that belongs to the datamodel.
Key fields (that belongs to multiple tables), returns one resource identifier per table.
Declaration
Task<IEnumerable<NxFieldResourceId>> GetFieldsResourceIdsAsync([QixName("qFieldNames")] IEnumerable<string> fieldNames)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.String> | fieldNames |
List of fields names that resource ids should be returned from. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxFieldResourceId>> |
Remarks
GetFieldsResourceIds method is only supported in SaaS Editions of Qlik Sense.
GetFieldsResourceIdsAsync(AsyncHandle, IEnumerable<String>)
Returns a list of resource ids (QRI) for fields that belongs to the datamodel.
Key fields (that belongs to multiple tables), returns one resource identifier per table.
Declaration
Task<IEnumerable<NxFieldResourceId>> GetFieldsResourceIdsAsync(AsyncHandle asyncHandle, [QixName("qFieldNames")] IEnumerable<string> fieldNames)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Collections.Generic.IEnumerable<System.String> | fieldNames |
List of fields names that resource ids should be returned from. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<NxFieldResourceId>> |
Remarks
GetFieldsResourceIds method is only supported in SaaS Editions of Qlik Sense.
GetFieldsResourceIdsAsync<T>(AsyncHandle, Func<Response, T>, IEnumerable<String>)
Returns a list of resource ids (QRI) for fields that belongs to the datamodel.
Key fields (that belongs to multiple tables), returns one resource identifier per table.
Declaration
Task<T> GetFieldsResourceIdsAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qFieldNames")] IEnumerable<string> fieldNames)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Func<Response, T> | onResult |
Continuation function |
| System.Collections.Generic.IEnumerable<System.String> | fieldNames |
List of fields names that resource ids should be returned from. |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |
Remarks
GetFieldsResourceIds method is only supported in SaaS Editions of Qlik Sense.