جزء: برش
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
عنصر: برش / اطلاعات
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | اطلاعات متنی در مورد برش. |
---|
نمودار |  |
---|
تایپ کنید | اطلاعات |
---|
خواص | محتوا: | مجتمع |
---|
کوچک اتفاق می افتد: | 0 |
---|
|
---|
مدل | نام ، توضیحات{0،1} ، آدرس اینترنتی{0،1} |
---|
بچه ها | توضیحات ، نام ، آدرس اینترنتی |
---|
نمونه | <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 |
---|
خواص | محتوا: | مجتمع |
---|
حداکثر اتفاق می افتد: | نامحدود |
---|
|
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
مفهوم | xs:QName | | | مورد نیاز است | مفهومی که بعد یا متریک با آن مطابقت دارد. |
---|
|
---|
منبع | <xs:element name="dimension" type="SliceConceptRef" maxOccurs="unbounded"/> |
---|
عنصر: برش / متریک
فضای نام | http://schemas.google.com/dspl/2010 |
---|
نمودار |  |
---|
تایپ کنید | SliceConceptRef |
---|
خواص | محتوا: | مجتمع |
---|
حداکثر اتفاق می افتد: | نامحدود |
---|
|
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
مفهوم | xs:QName | | | مورد نیاز است | مفهومی که بعد یا متریک با آن مطابقت دارد. |
---|
|
---|
منبع | <xs:element name="metric" type="SliceConceptRef" maxOccurs="unbounded"/> |
---|
عنصر: برش / جدول
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | نقشه برداری به جدولی که در آن می توان به داده های برش دسترسی داشت. |
---|
نمودار |  |
---|
تایپ کنید | SliceTableMapping |
---|
خواص | |
---|
مدل | mapDimension* , mapMetric* |
---|
بچه ها | mapDimension , mapMetric |
---|
نمونه | <table ref="">
<mapDimension concept="" toColumn="">{0,unbounded}</mapDimension>
<mapMetric concept="" toColumn="">{0,unbounded}</mapMetric>
</table> |
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
رجوع کنید | 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> |
---|
نوع مجتمع: برش
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | یک برش ترکیبی از مفاهیم را توصیف می کند که داده ها برای آنها وجود دارد. متریک ها مفاهیمی هستند که مقادیر را ارائه می کنند، در حالی که ابعاد مفاهیمی هستند که برای دسترسی به این مقادیر استفاده می شوند. به طور دقیق تر، ابعاد یک کلید اولیه برای داده های برش هستند. یعنی برای هر ترکیبی از مقادیر ابعاد، حداکثر یک ردیف داده در برش وجود دارد. برش ها در یک مجموعه داده باید الزامات زیر را رعایت کنند: - هیچ دو بعد یا معیاری در یک برش نباید به یک مفهوم اشاره داشته باشد. - هیچ دو برشی در مجموعه داده ممکن است ابعاد و معیارهای یکسانی داشته باشند. |
---|
نمودار |  |
---|
استفاده شده توسط | |
---|
مدل | اطلاعات{0،1} ، dimension+ ، متریک+ ، جدول |
---|
بچه ها | بعد ، اطلاعات ، متریک ، جدول |
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
شناسه | شناسه | | | مورد نیاز است | شناسه منحصر به فرد برش. |
---|
|
---|
منبع | <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> |
---|
با استفاده از ویرایشگر XML oXygen ایجاد شده است.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[],["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"]]