רכיב: Slice
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
רכיב: פרוסה / מידע
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מידע טקסטי על הפלח. |
תרשים |
 |
סוג |
מידע |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
|
דגם |
name , description{0,1} , url{0,1} |
ילדים |
description, name, url |
Instance |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
מקור |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
|
רכיב: פרוסה / מאפיין
מרחב שמות |
http://schemas.google.com/dspl/2010 |
תרשים |
 |
סוג |
SliceConceptRef |
מאפיינים |
content: |
מורכב |
maxOccurs: |
ללא גבולות |
|
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
קונספט |
xs:QName |
|
|
חובה |
הקונספט שמתאים למאפיין או למדד
ל. |
|
מקור |
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
|
רכיב: פרוסה / מדד
מרחב שמות |
http://schemas.google.com/dspl/2010 |
תרשים |
 |
סוג |
SliceConceptRef |
מאפיינים |
content: |
מורכב |
maxOccurs: |
ללא גבולות |
|
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
קונספט |
xs:QName |
|
|
חובה |
הקונספט שמתאים למאפיין או למדד
ל. |
|
מקור |
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
|
רכיב: פרוסה / טבלה
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מיפוי לטבלה שבה נתוני הפרוסות יכולים להיות
בוצעה גישה. |
תרשים |
 |
סוג |
SliceTableMapping |
מאפיינים |
|
דגם |
mapDimension* , mapMetric* |
ילדים |
mapDimension, mapMetric |
Instance |
<table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table>
|
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
ref |
xs:QName |
|
|
חובה |
המזהה של הטבלה שמכילה נתונים עבור
. |
|
מקור |
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
|
סוג מורכב: Slice
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
פרוסה שמתארת שילוב של מושגים לגבי נתונים
קיים. מדדים הם המושגים שמספקים ערכים, ואילו מאפיינים
הם המושגים שמשמשים לגישה לערכים האלה. ליתר דיוק,
המאפיינים הם מפתח ראשי לנתוני הפלח. כלומר, בכל הנוגע
שילוב של ערכים של המאפיינים, יש רק שורת נתונים אחת
את הפלח. פרוסות במערך נתונים חייבות לעמוד בדרישות הבאות:
שני מאפיינים או מדדים בפרוסה לא יכולים להתייחס לאותו קונספט כלשהו. -
אסור שיהיו במערך הנתונים שתי פרוסות עם אותם מאפיינים
מדדים. |
תרשים |
 |
בשימוש על ידי |
|
דגם |
info{0,1} , dimension+ , metric+
, טבלה |
ילדים |
מאפיין, מידע, מדד,
טבלה |
מאפיינים |
QName |
סוג |
קבוע |
ברירת מחדל |
שימוש |
הערה |
id |
מזהה |
|
|
חובה |
המזהה הייחודי של הפלח. |
|
מקור |
<xs:complexType name="Slice">
<xs:annotation>
<xs:documentation>A slice describes a combination of concepts for which data
exists. Metrics are the concepts that provide values, while
dimensions are the concepts used to access these values. More
precisely, the dimensions are a primary key for the data of
the slice. That is, for any combination of values of the
dimensions, there is at most one data row in the slice.
Slices in a dataset must follow the following requirements:
- No two dimensions or metrics in a slice may refer to the
same concept.
- No two slices in the dataset may have the same dimensions
and metrics.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the slice.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/>
<xs:element name="table" type="SliceTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table where the slice data can be
accessed.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
מאפיין: Slice / @id
מרחב שמות |
אין מרחב שמות |
הערות |
המזהה הייחודי של הפלח. |
סוג |
מזהה |
מאפיינים |
|
מאפיינים |
|
בשימוש על ידי |
|
מקור |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the slice.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
נוצר באמצעות
oXygen XML Editor
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The core content defines the structure of a \"Slice,\" a combination of concepts with data. Each slice has a unique identifier and includes textual information, dimensions, metrics, and a table mapping. Dimensions and metrics refer to concepts, and their values are used to access data. The table mapping connects the slice to a specific data table. Slices cannot share dimensions or metrics and must have a unique ID. Dimensions and Metrics are defined with a concept.\n"]]