vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
QueryRelationshipInfo
Interface QueryRelationshipInfo<T>
interface
QueryRelationshipInfo
<
T
extends
object
=
Record
<
string
,
unknown
>
>
{
done
:
boolean
;
entityTypeName
?:
string
;
nextRecordsUrl
?:
null
|
string
;
queryLocator
?:
null
|
string
;
records
:
(
T
&
{
attributes
:
SObjectRecordAttributes
}
)
[]
;
size
?:
number
;
totalSize
:
number
;
}
Type Parameters
T
extends
object
=
Record
<
string
,
unknown
>
Index
Properties
done
entity
Type
Name?
next
Records
Url?
query
Locator?
records
size?
total
Size
Properties
done
done
:
boolean
Optional
entity
Type
Name
entityTypeName
?:
string
Optional
next
Records
Url
nextRecordsUrl
?:
null
|
string
Optional
query
Locator
queryLocator
?:
null
|
string
records
records
:
(
T
&
{
attributes
:
SObjectRecordAttributes
}
)
[]
Optional
size
size
?:
number
total
Size
totalSize
:
number
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
done
entity
Type
Name
next
Records
Url
query
Locator
records
size
total
Size
vlocode-project - v1.40.0-beta-4
Loading...