SharedStorageAccessParams constructor

SharedStorageAccessParams({
  1. String? scriptSourceUrl,
  2. String? dataOrigin,
  3. String? operationName,
  4. String? operationId,
  5. bool? keepAlive,
  6. SharedStoragePrivateAggregationConfig? privateAggregationConfig,
  7. String? serializedData,
  8. List<SharedStorageUrlWithMetadata>? urlsWithMetadata,
  9. String? urnUuid,
  10. String? key,
  11. String? value,
  12. bool? ignoreIfPresent,
  13. int? workletOrdinal,
  14. TargetID? workletTargetId,
  15. String? withLock,
  16. String? batchUpdateId,
  17. int? batchSize,
})

Implementation

SharedStorageAccessParams({
  this.scriptSourceUrl,
  this.dataOrigin,
  this.operationName,
  this.operationId,
  this.keepAlive,
  this.privateAggregationConfig,
  this.serializedData,
  this.urlsWithMetadata,
  this.urnUuid,
  this.key,
  this.value,
  this.ignoreIfPresent,
  this.workletOrdinal,
  this.workletTargetId,
  this.withLock,
  this.batchUpdateId,
  this.batchSize,
});