BulkProgramMembersSupportsUpdatedAt Parameter (Connect-Marketo Cmdlet)
If set to true, the updatedAt filter will be marked as server-side supported.
Syntax
Connect-Marketo -BulkProgramMembersSupportsUpdatedAt string
Possible Values
Auto, True, FalseData Type
cstr
Default Value
"Auto"
Remarks
Only some Marketo instances support the UpdatedAt filter for ProgramMembers Bulk Exports. To enable the filter you need to reach out to Marketo support.
| True | The ProgramMembers.UpdatedAt filter will be processed server-side. |
| False | The ProgramMembers.UpdatedAt filter will be processed client-side. |
| Auto | The driver will execute a probe query to check if the filter is supported or not. |