You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ A vertex instance is a JSON object with name "vertex" and whose value is a JSON
66
66
67
67
***id**: An integer id (as a string) automatically generated by GSG that uniquely identifies this vertex in all streams in which it appears, and in the instances file if part of an instance of a tracked pattern.
68
68
***attributes**: A JSON object of name/value pairs, where both the name and value are strings. These are merely copied from the attributes defined for this vertex in the input pattern.
69
-
***timeStamp**: A string representing the time at which this vertex was written to the stream. The format is dictated by the *outputTimeFormat* parameter.
69
+
***timestamp**: A string representing the time at which this vertex was written to the stream. The format is dictated by the *outputTimeFormat* parameter.
70
70
71
71
### Edge Instance
72
72
@@ -78,7 +78,7 @@ object with the following properties.
78
78
***target**: Vertex identifier string for the edge's target vertex instance.
79
79
***directed**: Whether the edge is directed from source to target ("true"), or undirected ("false"). Same as defined in the input pattern.
80
80
***attributes**: A JSON object of name/value pairs, where both the name and value are strings. These are merely copied from the attributes defined for this edge in the input pattern.
81
-
***timeStamp**: A string representing the time at which this edge was written
81
+
***timestamp**: A string representing the time at which this edge was written
82
82
to the stream. The format is dictated by the *outputTimeFormat* parameter.
0 commit comments