summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
diff options
context:
space:
mode:
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/container.core.application-metadata.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/container.core.application-metadata.def22
1 files changed, 22 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def b/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
new file mode 100644
index 00000000000..a3ccf1b55cf
--- /dev/null
+++ b/container-core/src/main/resources/configdefinitions/container.core.application-metadata.def
@@ -0,0 +1,22 @@
+# Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+# Contains meta info about one deployed application
+
+namespace=container.core
+
+# The name of the directory that contained the application package
+name string default=""
+
+# The user name that deployed the application
+user string default=""
+
+# The directory the application was deployed from
+path string default=""
+
+# The application timestamp in ms
+timestamp long default=0
+
+# The md5 hash of the application package contents
+checksum string default=""
+
+# The application generation number
+generation long default=0