Class GcsOptions.GcsCustomAuditEntries

java.lang.Object
java.util.AbstractMap<String,String>
java.util.HashMap<String,String>
org.apache.beam.sdk.extensions.gcp.options.GcsOptions.GcsCustomAuditEntries
All Implemented Interfaces:
Serializable, Cloneable, Map<String,String>
Enclosing interface:
GcsOptions

public static class GcsOptions.GcsCustomAuditEntries extends HashMap<String,String>
Creates a GcsOptions.GcsCustomAuditEntries that key-value pairs to be stored as custom information in GCS audit logs. According to Google Cloud Storage audit logging documentation (https://cloud.google.com/storage/docs/audit-logging#add-custom-metadata), the following limitations apply: - keys must be 64 characters or less, - values 1,200 characters or less, and - a maximum of four custom metadata entries are permitted per request.
See Also: