Package com.netflix.genie.web.properties
Class AttachmentServiceProperties
- java.lang.Object
-
- com.netflix.genie.web.properties.AttachmentServiceProperties
-
@ConfigurationProperties(prefix="genie.jobs.attachments") @Validated public class AttachmentServiceProperties extends java.lang.Object
Properties for theAttachmentService
.- Since:
- 4.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PROPERTY_PREFIX
The property prefix for job user limiting.
-
Constructor Summary
Constructors Constructor Description AttachmentServiceProperties()
-
-
-
Field Detail
-
PROPERTY_PREFIX
public static final java.lang.String PROPERTY_PREFIX
The property prefix for job user limiting.- See Also:
- Constant Field Values
-
-