Shared |
The SharedStorageAccessParams type exposes the following members.
| Name | Description | |
|---|---|---|
| SharedStorageAccessParams | Initializes a new instance of the SharedStorageAccessParams class |
| Name | Description | |
|---|---|---|
| IgnoreIfPresent | Whether or not to set an entry for a key if that key is already present. Present only for SharedStorageAccessType.documentSet, SharedStorageAccessType.workletSet, and SharedStorageAccessType.headerSet. | |
| Key | Key for a specific entry in an origin's shared storage. Present only for SharedStorageAccessType.documentSet, SharedStorageAccessType.documentAppend, SharedStorageAccessType.documentDelete, SharedStorageAccessType.workletSet, SharedStorageAccessType.workletAppend, SharedStorageAccessType.workletDelete, SharedStorageAccessType.workletGet, SharedStorageAccessType.headerSet, SharedStorageAccessType.headerAppend, and SharedStorageAccessType.headerDelete. | |
| OperationName | Name of the registered operation to be run. Present only for SharedStorageAccessType.documentRun and SharedStorageAccessType.documentSelectURL. | |
| ScriptSourceUrl | Spec of the module script URL. Present only for SharedStorageAccessType.documentAddModule. | |
| SerializedData | The operation's serialized data in bytes (converted to a string). Present only for SharedStorageAccessType.documentRun and SharedStorageAccessType.documentSelectURL. | |
| UrlsWithMetadata | Array of candidate URLs' specs, along with any associated metadata. Present only for SharedStorageAccessType.documentSelectURL. | |
| Value | Value for a specific entry in an origin's shared storage. Present only for SharedStorageAccessType.documentSet, SharedStorageAccessType.documentAppend, SharedStorageAccessType.workletSet, SharedStorageAccessType.workletAppend, SharedStorageAccessType.headerSet, and SharedStorageAccessType.headerAppend. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToDictionary | (Inherited from DevToolsDomainEntityBase) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |